Oops, fix bad export in ItemPage
This I think is why the page was reloading when you try to item search? The failed import was triggering our "hey maybe this is an old module URL that got deleted" code?
This commit is contained in:
parent
1398e9e21b
commit
b830198feb
1 changed files with 0 additions and 2 deletions
|
@ -1427,5 +1427,3 @@ function buildSortKeyForZoneLabelsAndTheirBodies({ zoneLabel, bodies }) {
|
|||
|
||||
return `${representsAllBodies ? "A" : "Z"}-${inverseBodyCount}-${zoneLabel}`;
|
||||
}
|
||||
|
||||
export default ItemPage;
|
||||
|
|
Loading…
Reference in a new issue