diff --git a/app/components/dataset-metadata.tsx b/app/components/dataset-metadata.tsx index ff2d0e16b..00ab63968 100644 --- a/app/components/dataset-metadata.tsx +++ b/app/components/dataset-metadata.tsx @@ -182,33 +182,35 @@ const DatasetTags = ({ Keywords - {[cube.creator, ...cube.themes].filter(truthy).map((t) => ( - - + t.label ? ( + - {t.label} - - - ))} + + {t.label} + + + ) : null + )} );