Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed May 4, 2024
1 parent 7fe3fa6 commit 5b4d8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_im/contexts/wallet/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
activities (cske/transform-keys transforms/->kebab-case-keyword activities)
sorted-activities (sort :timestamp activities)]
{:db (assoc-in db [:wallet :activities] sorted-activities)})))

(defn add-address
[{:keys [db]} [{:keys [screen adding-address-purpose] :as props}]]
(let [navigation-method (if (= adding-address-purpose :watch) :navigate-to :open-modal)]
Expand Down

0 comments on commit 5b4d8d1

Please sign in to comment.