diff --git a/src/status_im/contexts/profile/settings/view.cljs b/src/status_im/contexts/profile/settings/view.cljs index 4effffc1b602..10f8258d2d57 100644 --- a/src/status_im/contexts/profile/settings/view.cljs +++ b/src/status_im/contexts/profile/settings/view.cljs @@ -36,10 +36,6 @@ [_ index] #js {:length 48 :offset (* 48 index) :index index}) -(defn- get-item-layout - [_ index] - #js {:length 48 :offset (* 48 index) :index index}) - (defn- settings-view [theme] (let [insets (safe-area/get-insets)