fix(schedule): remove unnecessary spans

This commit is contained in:
Sarah Vaupel 2020-09-17 17:55:00 +02:00
parent 9c36c2fb85
commit 44de231f01

View File

@ -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}