Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Apr 19, 2024
1 parent 42c80fd commit 9b0b3d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/quo/components/settings/data_item/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

(defn container
[{:keys [size card? blur? actionable? theme]}]
(println "ddd" actionable?)
{:flex-direction :row
:justify-content :space-between
:padding-vertical (when (= size :default) 8)
Expand Down
3 changes: 1 addition & 2 deletions src/status_im/common/scroll_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
navigate-back? (assoc :icon-name :i/close
:accessibility-label :back-button
:on-press #(rf/dispatch [:navigate-back]))
page-nav-props (merge page-nav-props))]
)
page-nav-props (merge page-nav-props))])
(when title-colum
title-colum)
sticky-header]]))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#(rf/dispatch [:toasts/upsert
{:id :random-id
:type :positive
:container-style {:bottom (when platform/android? 20)}
:text (i18n/label :t/photo-saved)}])]))}]
[{:icon :i/share
:accessibility-label :share-collectible
Expand Down

0 comments on commit 9b0b3d6

Please sign in to comment.