0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🧹 Remove unneeded function

This commit is contained in:
Andrés Moya 2021-08-03 09:34:57 +02:00
parent 0b698576da
commit 4194abe4f2

View file

@ -20,10 +20,9 @@
(mf/defc header
{::mf/wrap [mf/memo]}
[]
(let [logout (constantly nil)]
[:header.dashboard-header
[:div.dashboard-title
[:h1 (tr "dashboard.your-account-title")]]]))
[:header.dashboard-header
[:div.dashboard-title
[:h1 (tr "dashboard.your-account-title")]]])
(mf/defc settings
[{:keys [route] :as props}]