From ad92356b400c499a606b68a7e6026748bb463723 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 14 Jun 2019 23:46:47 +0200 Subject: [PATCH] css class same name as prop --- src/ui/web/timeline/GapView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, [