Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Sep 6, 2022
1 parent 5d6b4c8 commit bef815d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

(defn account-selector-bottom-sheet [{:keys [session show-account-selector? idx]}]
(reagent/create-class
{:reagent-render (fn [{:keys [session show-account-selector? idx]}]
{:reagent-render (fn []
(when @show-account-selector?
[rn/view {:style (cond-> {:height 50}
(= idx 0) (assoc :margin-top 50))}
Expand Down

0 comments on commit bef815d

Please sign in to comment.