Skip to content

Commit

Permalink
feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Feb 6, 2024
1 parent 8b63678 commit 7037cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/scenes/stats/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ const Stats = () => {
/>
</div>
<div className="tw-min-w-[15rem] tw-basis-1/3 tw-p-0">
{activeTab.includes('Personnes') && (
{activeTab.includes('Personnes') && organisation._id === '00000000-5f5a-89e2-2e60-88fa20cc50bf' && (
<button
type="button"
className={!evolutivesStatsActivated ? 'button-classic' : 'button-submit'}
Expand Down

0 comments on commit 7037cec

Please sign in to comment.