Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Jun 8, 2023
1 parent 6166681 commit 2dd5cd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/quo2/components/inputs/profile_input/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
{:style (style/container customization-color)}
[rn/view
[hole-view/hole-view
;; Force re-render hole view when props are changed
;; https://github.com/status-im/status-mobile/issues/15577
{:key (hash
(if (:profile-picture image-picker-props) ;; Force re-render hole view when props are
;; changed
(:profile-picture image-picker-props) ;; https://github.com/status-im/status-mobile/issues/15577
(if (:profile-picture image-picker-props)
(:profile-picture image-picker-props)
image-picker-props))
:holes [{:x 33
:y 24
Expand Down

0 comments on commit 2dd5cd4

Please sign in to comment.