From 6347711a72639d198dc194a8bd6159fd76985494 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 7 Nov 2024 11:00:42 +0000 Subject: [PATCH] fix: don't display images if there is no mention photo --- app/components/WebMentions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/WebMentions.vue b/app/components/WebMentions.vue index ae1ea332..deaa4c70 100644 --- a/app/components/WebMentions.vue +++ b/app/components/WebMentions.vue @@ -70,6 +70,7 @@ const { data: mentions, pending } = useFetch( class="flex gap-4" > -- 2.51.2