Skip to content

Commit

Permalink
IS-2835: extend interval flexjar
Browse files Browse the repository at this point in the history
  • Loading branch information
ingring committed Nov 29, 2024
1 parent bd0d7cf commit b3cb4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/OversiktContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const OversiktContainer = ({ tabType }: Props): ReactElement => {
);
const showFlexjar =
toggles.isFlexjarArenaEnabled &&
(feedbackDate === null || getWeeksBetween(new Date(), feedbackDate) >= 6);
(feedbackDate === null || getWeeksBetween(new Date(), feedbackDate) >= 8);

const { setTabType } = useTabType();
useEffect(() => {
Expand Down

0 comments on commit b3cb4ff

Please sign in to comment.