From 22dc931519d662ee6e7f0e64ea234427ab8424c1 Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Sat, 7 Dec 2024 19:56:37 +0100 Subject: [PATCH] Fix "shelfmark" in `FindOnShelfManifestationListItem` This resolves a minor oversight in [DDFHER-83](https://reload.atlassian.net/browse/DDFHER-83), where I mistakenly forgot to include `locationArrayWithShelfmark`. --- .../find-on-shelf/FindOnShelfManifestationListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/find-on-shelf/FindOnShelfManifestationListItem.tsx b/src/components/find-on-shelf/FindOnShelfManifestationListItem.tsx index a14a78d2e5..9b4519df3c 100644 --- a/src/components/find-on-shelf/FindOnShelfManifestationListItem.tsx +++ b/src/components/find-on-shelf/FindOnShelfManifestationListItem.tsx @@ -42,7 +42,7 @@ const FindOnShelfManifestationListItem: FC< {locationArrayWithShelfmark.length - ? getFindOnShelfLocationText(locationArray, author) + ? getFindOnShelfLocationText(locationArrayWithShelfmark, author) : t("findOnShelfModalNoLocationSpecifiedText")}