Skip to content

Commit

Permalink
chore: close frontend (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoDex authored Dec 25, 2024
1 parent f237433 commit faeb912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/UnderConstructionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const UnderConstructionProvider: React.FC<UnderConstructionProviderProps>
// const { flagsReady } = useFlagsStatus();

const flagsReady = true;
const isUnderConstruction = false;
const isUnderConstruction = true;

if (!flagsReady) {
return <LoaderStyled size={32} hideText />;
Expand Down

0 comments on commit faeb912

Please sign in to comment.