🐛 Show proper profile photo just after login.

This commit is contained in:
Andrey Antukh 2020-05-01 09:14:10 +02:00
parent 8446ad13cb
commit a5592dfe04
3 changed files with 4 additions and 3 deletions

View file

@ -65,7 +65,7 @@
(ptk/reify ::clear-user-data
ptk/UpdateEvent
(update [_ state]
(select-keys state [:route :router :session-id]))
(select-keys state [:route :router :session-id :history]))
ptk/WatchEvent
(watch [_ state s]