mirror of
https://github.com/penpot/penpot.git
synced 2025-04-29 23:36:22 +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}]
|
||||
(or (= topic uuid/zero)
|
||||
(= topic profile-id))))
|
||||
(rx/map process-message)
|
||||
(rx/ignore)))
|
||||
(rx/map process-message)))
|
||||
|
||||
(rx/take-until stopper))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue