Skip to content

Commit

Permalink
remove unneccessary props
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz committed Jan 17, 2024
1 parent 97d6af0 commit e85558e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/status_im/contexts/shell/share/wallet/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,12 @@
:scroll-event-throttle 64
:data accounts
:directional-lock-enabled true
:paging-enabled true
:shows-horizontal-scroll-indicator false
:key-extractor (fn [item]
(:emoji item))
:on-scroll (fn [e]
(reset! current-index (js/Math.ceil
(/ e.nativeEvent.contentOffset.x
width))))
:render-fn render-item}]
[rn/view
{:style {:margin-top 20}}
(indicator-list (count accounts) @current-index)]]
)))
(indicator-list (count accounts) @current-index)]])))

0 comments on commit e85558e

Please sign in to comment.