🐛 Fix unexpected redirect on invitation acceptation

This commit is contained in:
Andrey Antukh 2022-12-12 15:33:55 +01:00
parent c9ad82edc3
commit 44e87e75e6
3 changed files with 13 additions and 26 deletions

View file

@ -60,6 +60,7 @@
(rx/merge
(rx/of (ev/initialize)
(du/initialize-profile))
(->> stream
(rx/filter du/profile-fetched?)
(rx/take 1)