diff --git a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs index e6dd45711..f2fca42b8 100644 --- a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs +++ b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs @@ -11,7 +11,6 @@ [app.main.ui.formats :as fmt] [app.util.code-gen :as cg] [app.util.i18n :refer [tr]] - [app.util.strings :as ust] [cuerdas.core :as str] [rumext.alpha :as mf])) diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs index ff0b26402..8c0fd3c87 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs @@ -2105,7 +2105,7 @@ :on-assets-delete on-assets-delete :on-clear-selection unselect-all}]) - (when (and (not show-components?) (not show-graphics?) (not show-colors?)) + (when (and (not show-components?) (not show-graphics?) (not show-colors?) (not show-typography?)) [:div.asset-section [:div.asset-title (tr "workspace.assets.not-found")]])]))]))