mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
🧹 Remove unneeded function
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user