Skip to content

Commit

Permalink
Merge pull request #1574 from danskernesdigitalebibliotek/DDFNEXT-661…
Browse files Browse the repository at this point in the history
…-efter-opgradering-til-2024-49-0-vises-klassemaerke-ikke-i-find-pa-hylden

DDFNEXT-661 Fix "shelfmark" in `FindOnShelfManifestationListItem`
  • Loading branch information
kasperbirch1 authored Dec 9, 2024
2 parents e889197 + 22dc931 commit 9d1693b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const FindOnShelfManifestationListItem: FC<
</span>
<span role="cell">
{locationArrayWithShelfmark.length
? getFindOnShelfLocationText(locationArray, author)
? getFindOnShelfLocationText(locationArrayWithShelfmark, author)
: t("findOnShelfModalNoLocationSpecifiedText")}
</span>
<span className="find-on-shelf__item-count-text" role="cell">
Expand Down

0 comments on commit 9d1693b

Please sign in to comment.