diff --git a/src/co/gaiwan/compass/html/profiles.clj b/src/co/gaiwan/compass/html/profiles.clj index 6bf974c..efb5211 100644 --- a/src/co/gaiwan/compass/html/profiles.clj +++ b/src/co/gaiwan/compass/html/profiles.clj @@ -38,7 +38,7 @@ ([{:public-profile/keys [name] :user/keys [uuid] :as user}] [:<> - [image-frame {:profile/image (user/avatar-css-value (:public-profile/avatar-url user))} user] + [image-frame {:profile/image (user/avatar-css-value user)} user] [:div.details [:h3.title name]] #_[:div (pr-str user)] @@ -50,7 +50,7 @@ ([{:public-profile/keys [name bio] :user/keys [uuid] :as user}] [:<> - [image-frame {:profile/image (user/avatar-css-value (:public-profile/avatar-url user))} user] + [image-frame {:profile/image (user/avatar-css-value user)} user] [:div.details [:h3 name] (when bio