diff --git a/frontend/src/component/changeRequest/ChangeRequests/ChangeRequests.tsx b/frontend/src/component/changeRequest/ChangeRequests/ChangeRequests.tsx index f0ef3c968a..b8953e025b 100644 --- a/frontend/src/component/changeRequest/ChangeRequests/ChangeRequests.tsx +++ b/frontend/src/component/changeRequest/ChangeRequests/ChangeRequests.tsx @@ -285,7 +285,7 @@ const ChangeRequestsInner = () => { }; export const ChangeRequests = () => { - if (useUiFlag('globalChangeRequestList')) { + if (!useUiFlag('globalChangeRequestList')) { return ( }>

Nothing to see here. Move along.