diff --git a/src/status_im2/contexts/chat/photo_selector/events.cljs b/src/status_im2/contexts/chat/photo_selector/events.cljs index a974c5890e..efe9ea60a7 100644 --- a/src/status_im2/contexts/chat/photo_selector/events.cljs +++ b/src/status_im2/contexts/chat/photo_selector/events.cljs @@ -43,7 +43,7 @@ (merge {:first num :assetType "Photos" :groupTypes (if (= album (i18n/label :t/recent)) "All" "Albums") - :groupName (when (not= album (i18n/label :t/recent)) album) + :groupName (if (not= album (i18n/label :t/recent)) album "") :include ["imageSize"]} (when end-cursor {:after end-cursor}))