From 743fa40d118fdad639301acbcad8c353dc1ecd82 Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Fri, 5 Jan 2024 00:13:43 +0900 Subject: [PATCH] fix: repost icon not shown in iOS --- src/components/event/Reaction.tsx | 2 +- src/components/event/Repost.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/event/Reaction.tsx b/src/components/event/Reaction.tsx index 2354428..64c635e 100644 --- a/src/components/event/Reaction.tsx +++ b/src/components/event/Reaction.tsx @@ -39,7 +39,7 @@ const ReactionDisplay: Component = (props) => { return ( // if the reacted event is not found, it should be a removed event -
+
diff --git a/src/components/event/Repost.tsx b/src/components/event/Repost.tsx index 6dbd05d..6f3e766 100644 --- a/src/components/event/Repost.tsx +++ b/src/components/event/Repost.tsx @@ -26,8 +26,10 @@ const Repost: Component = (props) => { return (
-