diff --git a/src/uxbox/ui/workspace/sidebar/history.cljs b/src/uxbox/ui/workspace/sidebar/history.cljs index 181e96b30d..934772782e 100644 --- a/src/uxbox/ui/workspace/sidebar/history.cljs +++ b/src/uxbox/ui/workspace/sidebar/history.cljs @@ -87,7 +87,8 @@ (rum/with-key (str (:id item))))) (if show-more? [:li {:on-click on-load-more} - [:a.btn-primary.btn-small "view more"]])])))) + [:a.btn-primary.btn-small + "view more"]])])))) (defn history-list-will-update [own]