Skip to content

Commit 1ce9ab7

Browse files
authored
Merge pull request #96 from diggsweden/DIGG-126-main
DIGG-126: dataset description fix
2 parents b6123bb + 5f1b023 commit 1ce9ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/EntrystoreProvider/EntrystoreProvider.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ export const EntrystoreProvider: React.FC<EntrystoreProviderProps> = ({
271271
es
272272
)
273273
);
274-
valuePromises.push(getLocalizedValue(graph, 'dcterms:description', nextLang, es));
274+
valuePromises.push(
275+
getLocalizedValue(graph, 'dcterms:description', nextLang, es, { resourceURI })
276+
);
275277
if (fetchMore) {
276278
valuePromises.push(getLocalizedValue(graph, 'dcterms:publisher', nextLang, es));
277279
valuePromises.push(

0 commit comments

Comments
 (0)