fix: profile image & customization color for share-qr-code (#18643)
This commit is contained in:
parent
901818492d
commit
ab509da60e
|
@ -15,9 +15,9 @@
|
|||
(defn profile-tab
|
||||
[]
|
||||
(let [{:keys [emoji-hash
|
||||
customization-color
|
||||
universal-profile-url]
|
||||
:as profile} (rf/sub [:profile/profile])
|
||||
:as profile} (rf/sub [:profile/profile-with-image])
|
||||
customization-color (rf/sub [:profile/customization-color])
|
||||
abbreviated-url (address/get-abbreviated-profile-url
|
||||
universal-profile-url)
|
||||
emoji-hash-string (string/join emoji-hash)]
|
||||
|
|
Loading…
Reference in New Issue