diff --git a/web/src/components/PreflightResultPage.tsx b/web/src/components/PreflightResultPage.tsx index 6007c67e1a..bc02e5b44b 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{" "} - -
- )} + + )} + {props.fromLicenseFlow && preflightCheck?.showIgnorePreflight && ( +
+ setShowConfirmIgnorePreflightsModal(true)} + > + Ignore Preflights{" "} +
)}