Skip to content

Commit

Permalink
Merge pull request #1625 from sennetconsortium/libpitt/1621-tsv
Browse files Browse the repository at this point in the history
Resolve logic for missing button - #1621
  • Loading branch information
maxsibilla authored Sep 3, 2024
2 parents abde812 + 933f42c commit 43a7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/bulk/BulkCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export default function BulkCreate({
boxShadow: 3,
}}>
<div>
{subType && <a
{subType || !isCedarSupported() && <a
download
className={buttonVariant}
href={isCedarSupported() ? `https://raw.githubusercontent.com/hubmapconsortium/dataset-metadata-spreadsheet/main/${entityType}-${subType.toLowerCase()}/latest/${entityType}-${subType.toLowerCase()}.tsv` : `/bulk/${getFilename().toLowerCase()}.tsv`}
Expand Down

0 comments on commit 43a7dc1

Please sign in to comment.