mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix empty warning on login (#9056)
This commit is contained in:
parent
73b55ee47e
commit
003b54421d
@ -36,8 +36,8 @@
|
||||
(mf/defc demo-warning*
|
||||
[]
|
||||
[:> context-notification*
|
||||
{:level :warning
|
||||
:content (tr "auth.demo-warning")}])
|
||||
{:level :warning}
|
||||
(tr "auth.demo-warning")])
|
||||
|
||||
(defn create-demo-profile
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user