diff --git a/apps/judicial-system/web/src/routes/Shared/Cases/Cases.tsx b/apps/judicial-system/web/src/routes/Shared/Cases/Cases.tsx index cde1b2b43836..271f76ac41da 100644 --- a/apps/judicial-system/web/src/routes/Shared/Cases/Cases.tsx +++ b/apps/judicial-system/web/src/routes/Shared/Cases/Cases.tsx @@ -277,7 +277,7 @@ export const Cases: React.FC = () => { ) : ( <> - {isProsecutionUser(user) && filter.value !== 'INVESTIGATION' && ( + {isProsecutionUser(user) && ( <> { )} - {isDistrictCourtUser(user) && filter.value !== 'INVESTIGATION' && ( + {isDistrictCourtUser(user) && ( <>