mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 03:51:21 -05:00
📎 Fix linter issues on staging branch
This commit is contained in:
parent
fdb6533149
commit
0158a93391
3 changed files with 4 additions and 5 deletions
|
@ -395,7 +395,7 @@
|
|||
;; TODO: for the release 1.13 we should skip fetching profile and just use
|
||||
;; the response value of update-profile-props RPC call
|
||||
ptk/WatchEvent
|
||||
(watch [_ state _]
|
||||
(watch [_ _ _]
|
||||
(->> (rp/mutation :update-profile-props {:props props})
|
||||
(rx/map (constantly (fetch-profile)))))))
|
||||
|
||||
|
|
|
@ -423,8 +423,7 @@
|
|||
[flag]
|
||||
(ptk/reify ::toggle-layout-flag
|
||||
IDeref
|
||||
(-deref [this]
|
||||
{:name flag})
|
||||
(-deref [_] {:name flag})
|
||||
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
[app.main.data.users :as du]
|
||||
[app.main.store :as st]
|
||||
[app.main.ui.releases.common :as rc]
|
||||
[app.main.ui.releases.v1-12]
|
||||
[app.main.ui.releases.v1-11]
|
||||
[app.main.ui.releases.v1-10]
|
||||
[app.main.ui.releases.v1-11]
|
||||
[app.main.ui.releases.v1-12]
|
||||
[app.main.ui.releases.v1-4]
|
||||
[app.main.ui.releases.v1-5]
|
||||
[app.main.ui.releases.v1-6]
|
||||
|
|
Loading…
Add table
Reference in a new issue