fix(schedule): remove unnecessary spans
This commit is contained in:
parent
9c36c2fb85
commit
44de231f01
@ -1,9 +1,7 @@
|
||||
$newline never
|
||||
|
||||
<span .schedule-options__view-group>
|
||||
$forall vWgt <- viewWidgets
|
||||
^{fvWidget vWgt}
|
||||
$forall vWgt <- viewWidgets
|
||||
^{fvWidget vWgt}
|
||||
|
||||
<span .schedule-options__offset-group>
|
||||
$forall oWgt <- offsetWidgets
|
||||
^{fvWidget oWgt}
|
||||
$forall oWgt <- offsetWidgets
|
||||
^{fvWidget oWgt}
|
||||
|
||||
Reference in New Issue
Block a user