From 30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6 Mon Sep 17 00:00:00 2001 From: John Fawcett Date: Sat, 18 Mar 2023 19:44:39 -0500 Subject: Fixes quote post not showing up in quote post composer (#315) (#318) --- src/view/com/modals/Repost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/modals/Repost.tsx') diff --git a/src/view/com/modals/Repost.tsx b/src/view/com/modals/Repost.tsx index 6ab15317b..b4669a046 100644 --- a/src/view/com/modals/Repost.tsx +++ b/src/view/com/modals/Repost.tsx @@ -29,7 +29,7 @@ export function Component({ - + {!isReposted ? 'Repost' : 'Undo repost'} -- cgit 1.4.1