refactor: remove SHOW_NEW_CURRICULUM (#57977)

This commit is contained in:
Oliver Eyton-Williams
2025-01-07 11:17:05 +01:00
committed by GitHub
parent 09a5415d03
commit 232f6d50aa
15 changed files with 10 additions and 66 deletions

View File

@@ -14,10 +14,7 @@ import { SuperBlockIcon } from '../../assets/superblock-icon';
import LinkButton from '../../assets/icons/link-button';
import { ButtonLink } from '../helpers';
import { getSuperBlockTitleForMap } from '../../utils/superblock-map-titles';
import {
showUpcomingChanges,
showNewCurriculum
} from '../../../config/env.json';
import { showUpcomingChanges } from '../../../config/env.json';
import './map.css';
@@ -165,7 +162,6 @@ function Map({
return (
<div className='map-ui' data-test-label='curriculum-map'>
{getStageOrder({
showNewCurriculum,
showUpcomingChanges
}).map(stage => (
<Fragment key={stage}>