Review profile dropdown

This commit is contained in:
elhombretecla 2020-11-05 09:55:35 +01:00
parent 75b34c9b98
commit 692f84bd14
3 changed files with 12 additions and 4 deletions

View file

@ -439,6 +439,7 @@
[:div.profile-section {:on-click #(reset! show true)}
[:img {:src photo}]
[:span (:fullname profile)]
i/arrow-down
[:& dropdown {:on-close #(reset! show false)
:show @show}