This commit is contained in:
silas-x 2023-01-26 09:56:32 +00:00
parent 19bd3b0349
commit 14562f70c4
3 changed files with 3 additions and 3 deletions

View File

@ -292,7 +292,7 @@ const TradeHistory = () => {
)}
</Td>
<Td className="xl:!pl-0">
{trade.market.name.includes('PERP') ? (
{trade.market.name.includes('PERP') ? (
<div className="flex justify-end">
<Tooltip content="View Counterparty" delay={250}>
<a

View File

@ -17,7 +17,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
'swap',
'token',
'trade',
'close-account'
'close-account',
])),
},
}

View File

@ -15,7 +15,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
'swap',
'settings',
'trade',
'close-account'
'close-account',
])),
},
}