When Orderbook was refactored so that each component owned its offer lookups, did not properly manage the distinction in how we fetch offers by pub key (agora call returns all offers, including multiple offers for the same token) and other offers (agora call returns tokenIds only, uniquely).
Correct this by using a Set to track tokenIds of managed offers. Convert to a sorted array before rendering.