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) {