diff --git a/src/uxbox/main/data/images.cljs b/src/uxbox/main/data/images.cljs index 6b6096f5f..4cb850ef1 100644 --- a/src/uxbox/main/data/images.cljs +++ b/src/uxbox/main/data/images.cljs @@ -34,8 +34,7 @@ rs/WatchEvent (-apply-watch [_ state s] (rx/merge (rx/of (fetch-collections)) - (when (uuid? id) - (rx/of (fetch-images id)))))) + (rx/of (fetch-images id))))) (defn initialize [type id]