diff --git a/frontend/src/app/main.cljs b/frontend/src/app/main.cljs index 25dfbed0d7..9583b86686 100644 --- a/frontend/src/app/main.cljs +++ b/frontend/src/app/main.cljs @@ -62,9 +62,9 @@ [] (ptk/reify ::initialize-rasterizer ptk/EffectEvent - (effect [_ state _] - (when-not (feat/active-feature? state "render-wasm/v1") - (thr/init!))))) + (effect [_ _ _] + ;; The rasterizer is used for the dashboard thumbnails + (thr/init!)))) (defn initialize []