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:
parent
0b698576da
commit
4194abe4f2
1 changed files with 3 additions and 4 deletions
|
@ -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}]
|
||||
|
|
Loading…
Add table
Reference in a new issue