Skip to content

Commit

Permalink
Add DELETED as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jan 13, 2025
1 parent 1d7e65a commit f04bdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/steps/hooks/useRecentLocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const useRecentLocations = () => {
(location) =>
location &&
location?.workflowStatus !== WorkflowStatus.REJECTED &&
location?.workflowStatus !== WorkflowStatus.DELETED &&
location?.name?.nl !== 'Online' &&
!('duplicateOf' in location),
)
Expand Down

0 comments on commit f04bdb5

Please sign in to comment.