-
+ {isQueueContext ? (
+
+ ) : (
+
+ )}
+
+ {isQueueContext && showRejectApplicationModal && (
+
setShowRejectApplicationModal(false)}
+ onConfirm={handleReject}
+ isPending={updateApplicationMutationPending}
+ />
+ )}
+
+ {isQueueContext && showUnavailableApplicationModal && (
+
+ )}
);
};
diff --git a/frontend/src/features/permits/pages/Application/components/review/ReviewActions.tsx b/frontend/src/features/permits/pages/Application/components/review/ReviewActions.tsx
index 4e9d069f7..4798ffee7 100644
--- a/frontend/src/features/permits/pages/Application/components/review/ReviewActions.tsx
+++ b/frontend/src/features/permits/pages/Application/components/review/ReviewActions.tsx
@@ -78,7 +78,7 @@ export const ReviewActions = ({
) : null}
- {reviewContext === PERMIT_REVIEW_CONTEXTS.QUEUE ? (
+ {reviewContext === PERMIT_REVIEW_CONTEXTS.QUEUE && (
<>