mirror of
https://github.com/penpot/penpot.git
synced 2025-07-04 15:27:17 +02:00
Remove whitespace.
This commit is contained in:
parent
f52b8796d1
commit
f46ded791c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue