🐛 Fix wrong reference to component.

This commit is contained in:
Andrey Antukh 2020-01-08 11:12:59 +01:00
parent 97d49e53b7
commit 020625392a

View file

@ -85,7 +85,7 @@
(mf/defc grid-item-thumbnail (mf/defc grid-item-thumbnail
[{:keys [file] :as props}] [{:keys [file] :as props}]
[:div.grid-item-th [:div.grid-item-th
[:& exports/page-svg2 {:data (:data file) [:& exports/page-svg {:data (:data file)
:width "290" :width "290"
:height "150"}]]) :height "150"}]])