Skip to content

Commit

Permalink
revert effective call number sorting change
Browse files Browse the repository at this point in the history
  • Loading branch information
manvendra-s-rathore committed Feb 6, 2024
1 parent 64da48f commit ddee785
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export default function getListDataFormatter(
key:'callNumber',
view: formatMessage({ id: 'ui-users.loans.details.effectiveCallNumber' }),
formatter: loan => (<div data-test-list-call-numbers>{effectiveCallNumber(loan)}</div>),
sorter: loan => effectiveCallNumber(loan),
},
'loanPolicy': {
key:'loanPolicy',
Expand Down

0 comments on commit ddee785

Please sign in to comment.