diff --git a/src/quo/components/text_combinations/page_top/view.cljs b/src/quo/components/text_combinations/page_top/view.cljs index 3062b7439a..9e9d7efdf4 100644 --- a/src/quo/components/text_combinations/page_top/view.cljs +++ b/src/quo/components/text_combinations/page_top/view.cljs @@ -37,7 +37,8 @@ [{:keys [title title-accessibility-label input counter-top counter-bottom title-right title-right-props] avatar-props :avatar}] - (let [avatar-props (assoc avatar-props :size :size-32) + (let [avatar-props (when avatar-props + (assoc avatar-props :size :size-32)) title-props (assoc title-right-props :title title :right title-right