mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
fix flag negation
This commit is contained in:
parent
ebf929cc4c
commit
6550ac1883
@ -285,7 +285,7 @@ const ChangeRequestsInner = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const ChangeRequests = () => {
|
export const ChangeRequests = () => {
|
||||||
if (useUiFlag('globalChangeRequestList')) {
|
if (!useUiFlag('globalChangeRequestList')) {
|
||||||
return (
|
return (
|
||||||
<PageContent header={<PageHeader title='Change requests' />}>
|
<PageContent header={<PageHeader title='Change requests' />}>
|
||||||
<p>Nothing to see here. Move along.</p>
|
<p>Nothing to see here. Move along.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user