Skip to content

Commit

Permalink
Merge pull request #451 from mslw/patch-getrichdata
Browse files Browse the repository at this point in the history
Remove void statement which can cause errors
  • Loading branch information
jsheunis authored May 10, 2024
2 parents 821b12f + 274c041 commit 80d8224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datalad_catalog/catalog/assets/app_component_dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,6 @@ const datasetView = () =>
} else {
return null
}
selectedDS.additional_display[0]["content"]["homepage"]["@value"]
return
// "spatialCoverage", // Text or Place
// "temporalCoverage", // Text
// "variableMeasured", // Text or PropertyValue
Expand Down

0 comments on commit 80d8224

Please sign in to comment.