From 05b51b4917c02d2b9ab3f0f4e3a737cf2d570910 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Sat, 8 Feb 2025 18:49:00 +0100 Subject: [PATCH] pl-fe: add space to status edit entries Signed-off-by: mkljczk --- .../features/ui/components/modals/compare-history-modal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pl-fe/src/features/ui/components/modals/compare-history-modal.tsx b/packages/pl-fe/src/features/ui/components/modals/compare-history-modal.tsx index 286eb6525..557e35a9f 100644 --- a/packages/pl-fe/src/features/ui/components/modals/compare-history-modal.tsx +++ b/packages/pl-fe/src/features/ui/components/modals/compare-history-modal.tsx @@ -40,8 +40,8 @@ const CompareHistoryModal: React.FC = const poll = typeof version.poll !== 'string' && version.poll; return ( -
- {version.spoiler_text?.length > 0 && ( + + {version.spoiler_text.length > 0 && ( <> @@ -81,7 +81,7 @@ const CompareHistoryModal: React.FC = -
+ ); })}