Fix UI glitch

This commit is contained in:
Teemu Patja 2017-05-04 16:12:29 +03:00
parent a0b018ab6c
commit d271f555e5
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
activity-feed-loading? (rf/subscribe [:get-in [:activity-feed-loading?]])]
(fn []
(if @activity-feed-loading?
[:container
[:div
[:div.ui.active.inverted.dimmer
[:div.ui.text.loader "Loading"]]]
[activity-list @activity-items]))))