📎 Fix linter issues on staging branch

This commit is contained in:
Andrey Antukh 2022-03-07 15:06:41 +01:00
parent fdb6533149
commit 0158a93391
3 changed files with 4 additions and 5 deletions

View file

@ -395,7 +395,7 @@
;; TODO: for the release 1.13 we should skip fetching profile and just use ;; TODO: for the release 1.13 we should skip fetching profile and just use
;; the response value of update-profile-props RPC call ;; the response value of update-profile-props RPC call
ptk/WatchEvent ptk/WatchEvent
(watch [_ state _] (watch [_ _ _]
(->> (rp/mutation :update-profile-props {:props props}) (->> (rp/mutation :update-profile-props {:props props})
(rx/map (constantly (fetch-profile))))))) (rx/map (constantly (fetch-profile)))))))

View file

@ -423,8 +423,7 @@
[flag] [flag]
(ptk/reify ::toggle-layout-flag (ptk/reify ::toggle-layout-flag
IDeref IDeref
(-deref [this] (-deref [_] {:name flag})
{:name flag})
ptk/UpdateEvent ptk/UpdateEvent
(update [_ state] (update [_ state]

View file

@ -10,9 +10,9 @@
[app.main.data.users :as du] [app.main.data.users :as du]
[app.main.store :as st] [app.main.store :as st]
[app.main.ui.releases.common :as rc] [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-10]
[app.main.ui.releases.v1-11]
[app.main.ui.releases.v1-12]
[app.main.ui.releases.v1-4] [app.main.ui.releases.v1-4]
[app.main.ui.releases.v1-5] [app.main.ui.releases.v1-5]
[app.main.ui.releases.v1-6] [app.main.ui.releases.v1-6]