Skip to content

Commit

Permalink
chore: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoDex committed Dec 23, 2024
1 parent 099be0e commit 201bb63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/providers/FeatureToggleProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ export const FeatureToggleProvider: React.FC<FeatureProviderProps> = ({ children
return children;
}

return (
<FlagProvider config={config} startClient>
{children}
</FlagProvider>
);
return <FlagProvider config={config}>{children}</FlagProvider>;
};

0 comments on commit 201bb63

Please sign in to comment.