Skip to content

Commit 68ea189

Browse files
authored
Merge pull request #135 from Code-the-Change-YYC/quickfix
quickfix
2 parents 8eea90b + 0b5f9ba commit 68ea189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const underConstruction = process.env.NEXT_PUBLIC_CONSTRUCTION_FLAG === 'false';
1+
export const underConstruction = process.env.NEXT_PUBLIC_CONSTRUCTION_FLAG === 'true';
22

33
export const PageIdentifiers = {
44
EXECUTIVE_LEVEL_CONTAINER: 'EXECUTIVE_LEVEL_CONTAINER',

0 commit comments

Comments
 (0)