diff --git a/src/pages/steps/hooks/useRecentLocations.ts b/src/pages/steps/hooks/useRecentLocations.ts index f7c3f1e73..5e188ae9a 100644 --- a/src/pages/steps/hooks/useRecentLocations.ts +++ b/src/pages/steps/hooks/useRecentLocations.ts @@ -40,6 +40,7 @@ const useRecentLocations = () => { (location) => location && location?.workflowStatus !== WorkflowStatus.REJECTED && + location?.workflowStatus !== WorkflowStatus.DELETED && location?.name?.nl !== 'Online' && !('duplicateOf' in location), )