From 88926fbf3feb7dc81491641d262431b2d17ab7fc Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Fri, 23 Feb 2024 13:25:55 -0500 Subject: [PATCH] fix hidden ignore preflights option (#4467) --- web/src/components/PreflightResultPage.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/components/PreflightResultPage.tsx b/web/src/components/PreflightResultPage.tsx index 6007c67e1a..f3e2acfd1d 100644 --- a/web/src/components/PreflightResultPage.tsx +++ b/web/src/components/PreflightResultPage.tsx @@ -229,16 +229,16 @@ function PreflightResultPage(props: Props) { )} - {preflightCheck?.showIgnorePreflight && ( -
- setShowConfirmIgnorePreflightsModal(true)} - > - Ignore Preflights{" "} - -
- )} + + )} + {preflightCheck?.showIgnorePreflight && ( +
+ setShowConfirmIgnorePreflightsModal(true)} + > + Ignore Preflights{" "} +
)}