Skip to content

Commit

Permalink
Merge pull request #299 from EnMarche/feat/remove-feature-toggling-fo…
Browse files Browse the repository at this point in the history
…r-update-cause

feat(cause): remove feature toggling for updating cause
  • Loading branch information
BastienTeissier authored Apr 14, 2021
2 parents 170e8c6 + 7e203f5 commit 665b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/useFeatureToggling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface FeatureToggles {
export const useFeatureToggling = (): FeatureToggles => {
if (process.env.REACT_APP_ENV === 'production') {
return {
isCauseUpdateEnable: false,
isCauseUpdateEnable: true,
isProfilePageEnable: false,
};
}
Expand Down

0 comments on commit 665b504

Please sign in to comment.