mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
actually remove all share data sources button
This commit is contained in:
parent
df4b982e7b
commit
67580b08b7
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ import {hyphenizeString} from '../../../cypress/integration/common/helpers';
|
|||
|
||||
import * as styles from './dsContainer.module.scss';
|
||||
import * as METHODOLOGY_COPY from '../../data/copy/methodology';
|
||||
import {PAGES_ENDPOINTS, DATA_SURVEY_LINKS} from '../../data/constants';
|
||||
import DatasetsButton from '../DatasetsButton';
|
||||
import {PAGES_ENDPOINTS} from '../../data/constants';
|
||||
// import DatasetsButton from '../DatasetsButton';
|
||||
|
||||
|
||||
const DatasetContainer = () => {
|
||||
|
@ -35,7 +35,7 @@ const DatasetContainer = () => {
|
|||
<Grid desktop={{col: 1}}>
|
||||
</Grid>
|
||||
<Grid desktop={{col: 4}}>
|
||||
<DatasetsButton href= {intl.locale === 'es' ? DATA_SURVEY_LINKS.ES : DATA_SURVEY_LINKS.EN} />
|
||||
{/* <DatasetsButton href= {intl.locale === 'es' ? DATA_SURVEY_LINKS.ES : DATA_SURVEY_LINKS.EN} /> */}
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue