From 204275caf80ff0d71a1d47d2952ffb022c1fa074 Mon Sep 17 00:00:00 2001 From: uladislausamets <60343209+uladislausamets@users.noreply.github.com> Date: Sun, 14 Aug 2022 16:20:27 +0600 Subject: [PATCH] UIIN-2141 Show call number instead shelfKey (#1765) --- src/components/InstancesList/InstancesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InstancesList/InstancesList.js b/src/components/InstancesList/InstancesList.js index b69584000..a3fb6216d 100644 --- a/src/components/InstancesList/InstancesList.js +++ b/src/components/InstancesList/InstancesList.js @@ -943,7 +943,7 @@ class InstancesList extends React.Component { if (r?.instance || r?.totalRecords) { return getFullMatchRecord(r?.fullCallNumber, r.isAnchor); } - return missedMatchItem(r.shelfKey); + return missedMatchItem(r.fullCallNumber); }, 'contributor': r => { if (r?.totalRecords) {