Skip to content

Commit b015951

Browse files
committed
Removed the "Sources" field because we have code which defaults it to "Broad" if it's not populated.
There are multiple datasets which the Broad did _not_ generate which are listed as Broad as the source and that's clearly wrong. At the same time, we have citation information which I feel is a more reliable description of provenance. "Source" was originally added to support the faceted query tool which no longer exists so I don't think it'll be missed.
1 parent ef5ca13 commit b015951

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

frontend/packages/portal-frontend/src/dataPage/components/DataFilePanel.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,6 @@ const CollapsiblePanelBody = ({
177177
/>
178178
</div>
179179
)}
180-
{file.sources.length > 0 && (
181-
<>
182-
<div className={styles.collapsiblePanelSubHeader}>Sources</div>
183-
<div className={styles.collapsiblePanelBodySection}>
184-
{file.sources.map((source) => (
185-
<div key={source}>{source}</div>
186-
))}
187-
</div>
188-
</>
189-
)}
190180
{release && release.citation && (
191181
<>
192182
<div className={styles.collapsiblePanelSubHeader}>

0 commit comments

Comments
 (0)