Skip to content

Commit

Permalink
use a vector for component
Browse files Browse the repository at this point in the history
  • Loading branch information
msuess committed Mar 25, 2022
1 parent 21da153 commit 262faf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/ui/components/image_with_loader.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@

(defn ipfs [props]
(let [{:keys [hash]} props]
(source (merge (dissoc props :hash)
[source (merge (dissoc props :hash)
{:source (map (fn [u] {:uri u})
(contenthash/alternatives hash))}))))
(contenthash/alternatives hash))})]))

0 comments on commit 262faf8

Please sign in to comment.