Skip to content

Commit

Permalink
[#17393] feat: add logout button component
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Dec 21, 2023
1 parent f44e002 commit d16defa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/status_im/contexts/profile/settings/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d16defa

Please sign in to comment.