mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
💄 Fix linter issues after staging merge
This commit is contained in:
parent
bdb777516e
commit
6ecae5d425
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
||||||
[app.config :as cf]
|
[app.config :as cf]
|
||||||
[app.main.data.dashboard :as dd]
|
[app.main.data.dashboard :as dd]
|
||||||
[app.main.data.modal :as modal]
|
[app.main.data.modal :as modal]
|
||||||
|
[app.main.data.notifications :as ntf]
|
||||||
[app.main.data.profile :as du]
|
[app.main.data.profile :as du]
|
||||||
[app.main.data.team :as dtm]
|
[app.main.data.team :as dtm]
|
||||||
[app.main.data.notifications :as ntf]
|
|
||||||
[app.main.data.workspace.colors :as mdc]
|
[app.main.data.workspace.colors :as mdc]
|
||||||
[app.main.data.workspace.libraries :as dwl]
|
[app.main.data.workspace.libraries :as dwl]
|
||||||
[app.main.refs :as refs]
|
[app.main.refs :as refs]
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
(mf/defc libraries-tab*
|
(mf/defc libraries-tab*
|
||||||
{::mf/props :obj
|
{::mf/props :obj
|
||||||
::mf/private true}
|
::mf/private true}
|
||||||
[{:keys [file-id team-id is-shared linked-libraries shared-libraries]}]
|
[{:keys [file-id is-shared linked-libraries shared-libraries]}]
|
||||||
(let [search-term* (mf/use-state "")
|
(let [search-term* (mf/use-state "")
|
||||||
search-term (deref search-term*)
|
search-term (deref search-term*)
|
||||||
library-ref (mf/with-memo [file-id]
|
library-ref (mf/with-memo [file-id]
|
||||||
|
|
Loading…
Add table
Reference in a new issue