mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 05:28:43 +00:00
Remove whitespace.
This commit is contained in:
parent
f52b8796d1
commit
f46ded791c
@ -129,7 +129,6 @@
|
|||||||
(let [page (get-in state [:pages-by-id id])]
|
(let [page (get-in state [:pages-by-id id])]
|
||||||
(if (:history page)
|
(if (:history page)
|
||||||
(rx/empty)
|
(rx/empty)
|
||||||
|
|
||||||
(rx/merge
|
(rx/merge
|
||||||
(rx/of (sync-page id))
|
(rx/of (sync-page id))
|
||||||
(->> (rx/filter page-synced? s)
|
(->> (rx/filter page-synced? s)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user