diff --git a/frontend/src/app/main/ui/components/color_bullet_new.cljs b/frontend/src/app/main/ui/components/color_bullet_new.cljs index 6af3f502b4..f15f3549c8 100644 --- a/frontend/src/app/main/ui/components/color_bullet_new.cljs +++ b/frontend/src/app/main/ui/components/color_bullet_new.cljs @@ -75,5 +75,5 @@ :on-click on-click :on-double-click on-double-click} (if (some? image) - (tr "media.image") + (or name (tr "media.image")) (or name color (uc/gradient-type->string (:type gradient))))])))