diff --git a/apps/backoffice/src/app/features/license-review/pages/LicenseReviewPage/index.tsx b/apps/backoffice/src/app/features/license-review/pages/LicenseReviewPage/index.tsx
index 71a13403a..23311a189 100644
--- a/apps/backoffice/src/app/features/license-review/pages/LicenseReviewPage/index.tsx
+++ b/apps/backoffice/src/app/features/license-review/pages/LicenseReviewPage/index.tsx
@@ -1077,18 +1077,6 @@ export function LicenseReviewPage() {
- {status === "INSPECTION_FAILED" && (
- }
- >
- {t(
- "review.inspectionFailedBlocked",
- "Approval is unavailable because the inspection failed. Schedule a re-inspection, request corrections, or reject the application.",
- )}
-
- )}
{inspections.length === 0 ? (
@@ -1136,6 +1124,18 @@ export function LicenseReviewPage() {
+ {/* Page-level, not inside the inspection tab: a license type
+ configured without an inspection detail section must still show
+ why approval is blocked if it ever lands here. */}
+ {status === "INSPECTION_FAILED" && (
+ }>
+ {t(
+ "review.inspectionFailedBlocked",
+ "Approval is unavailable because the inspection failed. Schedule a re-inspection, request corrections, or reject the application.",
+ )}
+
+ )}
+
{status === "PAYMENT_PENDING" && (