Skip to content

Commit

Permalink
UIIN-2141 Show call number instead shelfKey (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladislausamets authored and Dmytro-Melnyshyn committed Aug 18, 2022
1 parent 3f2b964 commit 204275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstancesList/InstancesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 204275c

Please sign in to comment.