fix typo in market list links

This commit is contained in:
Matthew Russell 2022-03-01 16:28:46 -08:00
parent 375697a18a
commit 1bb24bbaed

View File

@ -29,7 +29,7 @@ const Markets = () => {
{data.markets.map((m) => (
<li key={m.id}>
<Link
href={`${pathname}/${m.id}?portfolio=orders&trade='orderbook`}
href={`${pathname}/${m.id}?portfolio=orders&trade=orderbook`}
passHref={true}
>
<a>View market: {m.id}</a>