mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 14:26:25 +02:00
🐛 Fix backend notifications on dashboard
This commit is contained in:
parent
8c38e41261
commit
45cdfff128
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@
|
||||||
(rx/filter (fn [{:keys [topic] :as msg}]
|
(rx/filter (fn [{:keys [topic] :as msg}]
|
||||||
(or (= topic uuid/zero)
|
(or (= topic uuid/zero)
|
||||||
(= topic profile-id))))
|
(= topic profile-id))))
|
||||||
(rx/map process-message)
|
(rx/map process-message)))
|
||||||
(rx/ignore)))
|
|
||||||
|
|
||||||
(rx/take-until stopper))))))
|
(rx/take-until stopper))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue