diff --git a/src/ui/web/timeline/GapView.js b/src/ui/web/timeline/GapView.js index ef1c8df1..258cc167 100644 --- a/src/ui/web/timeline/GapView.js +++ b/src/ui/web/timeline/GapView.js @@ -4,7 +4,7 @@ export default class GapView extends TemplateView { render(t, vm) { const className = { gap: true, - loading: vm => vm.isLoading + isLoading: vm => vm.isLoading }; const label = (vm.isUp ? "🠝" : "🠟") + " fill gap"; //no binding return t.li({className}, [