Add OrderBook component to Token info page. Render it below the summary table and without an icon, as there is no icon.
Add conditional rendering to OrderBook so it can handle the case of no active offers, supporting its portability to a landing page (on the Agora page, we only render OrderBooks for tokens that we know have active offers and are not blacklisted).
Add dedicated component testing for OrderBook to confirm its behavior.
Do not render orderbooks on token landing page for blacklisted tokens.