Skip to content

Commit

Permalink
Fix "shelfmark" in FindOnShelfManifestationListItem
Browse files Browse the repository at this point in the history
This resolves a minor oversight in [DDFHER-83](https://reload.atlassian.net/browse/DDFHER-83), where I mistakenly forgot to include `locationArrayWithShelfmark`.
  • Loading branch information
kasperbirch1 committed Dec 7, 2024
1 parent dca1b56 commit 22dc931
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 22dc931

Please sign in to comment.