Skip to content

Commit

Permalink
fix: profile image & customization color for share-qr-code
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Jan 26, 2024
1 parent 1acf8f0 commit d85976d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/status_im/contexts/shell/share/profile/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
(defn profile-tab
[]
(let [{:keys [emoji-hash
customization-color
universal-profile-url]
:as profile} (rf/sub [:profile/profile])
abbreviated-url (address/get-abbreviated-profile-url
universal-profile-url)
emoji-hash-string (string/join emoji-hash)]
: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)]
[rn/scroll-view
{:content-container-style {:padding-bottom 16}}
[rn/view {:style style/qr-code-container}
Expand Down

0 comments on commit d85976d

Please sign in to comment.