Compare commits

...
Author SHA1 Message Date
Omar Basem 15ee059345 lint 2024-04-18 13:59:09 +04:00
Omar Basem b68f8f077a lint 2024-04-18 13:58:56 +04:00
Omar Basem 5e90807687 fix: page top 2024-04-18 13:22:26 +04:00
@@ -37,7 +37,7 @@
[{: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