mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -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/defc header
|
||||||
{::mf/wrap [mf/memo]}
|
{::mf/wrap [mf/memo]}
|
||||||
[]
|
[]
|
||||||
(let [logout (constantly nil)]
|
[:header.dashboard-header
|
||||||
[:header.dashboard-header
|
[:div.dashboard-title
|
||||||
[:div.dashboard-title
|
[:h1 (tr "dashboard.your-account-title")]]])
|
||||||
[:h1 (tr "dashboard.your-account-title")]]]))
|
|
||||||
|
|
||||||
(mf/defc settings
|
(mf/defc settings
|
||||||
[{:keys [route] :as props}]
|
[{:keys [route] :as props}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue