mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 04:00:56 -04:00
refactor: remove SHOW_NEW_CURRICULUM (#57977)
This commit is contained in:
committed by
GitHub
parent
09a5415d03
commit
232f6d50aa
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user