From d0d48adeb9872f9455bd926c6163f7d090e326ff Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Fri, 3 Oct 2025 15:43:25 +0100 Subject: [PATCH] Fix linting --- frontend/src/components/shared/NavigationWarningModal.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/shared/NavigationWarningModal.tsx b/frontend/src/components/shared/NavigationWarningModal.tsx index f5a8cdfe2..8188be435 100644 --- a/frontend/src/components/shared/NavigationWarningModal.tsx +++ b/frontend/src/components/shared/NavigationWarningModal.tsx @@ -32,7 +32,7 @@ const NavigationWarningModal = ({ onApplyAndContinue, onExportAndContinue }: Nav confirmNavigation(); }; - const handleExportAndContinue = async () => { + const _handleExportAndContinue = async () => { if (onExportAndContinue) { await onExportAndContinue(); } @@ -64,22 +64,19 @@ const NavigationWarningModal = ({ onApplyAndContinue, onExportAndContinue }: Nav {t("areYouSure", "Are you sure you want to leave?")} + {/* Desktop layout: 2 groups side by side */} - - - {onApplyAndContinue && ( -