Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayesivan committed Dec 21, 2023
1 parent 39711b0 commit 1e33cf3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns status-im.contexts.communities.actions.airdrop-addresses.view
(:require
[quo.components.list-items.account.view :as account-view]
[quo.core :as quo]
[react-native.core :as rn]
[status-im.common.not-implemented :as not-implemented]
Expand All @@ -10,7 +9,7 @@

(defn- render-item
[item]
[account-view/view
[quo/account
{:account-props item
:emoji (:emoji item)}])

Expand Down

0 comments on commit 1e33cf3

Please sign in to comment.