fix typo in market list links
This commit is contained in:
parent
375697a18a
commit
1bb24bbaed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user