Skip to content

Commit

Permalink
tidy: change filterv to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed May 9, 2024
1 parent 0d92c0b commit f09fcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/profile/settings/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{:list-type :settings
:container-style {:padding-bottom 12}
:blur? true
:data (filterv show-settings-item? data)}]])
:data (filter show-settings-item? data)}]])

(defn scroll-handler
[event scroll-y]
Expand Down

0 comments on commit f09fcd8

Please sign in to comment.