From 67580b08b75ff86cefb5b6c72edccafe4cce30c2 Mon Sep 17 00:00:00 2001 From: Eric Nost Date: Fri, 24 Jan 2025 21:53:51 -0500 Subject: [PATCH] actually remove all share data sources button --- client/src/components/DatasetContainer/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/DatasetContainer/index.tsx b/client/src/components/DatasetContainer/index.tsx index 95fe3ea2..764cde8a 100644 --- a/client/src/components/DatasetContainer/index.tsx +++ b/client/src/components/DatasetContainer/index.tsx @@ -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 = () => { - + {/* */}