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>
<Td className="xl:!pl-0"> <Td className="xl:!pl-0">
{trade.market.name.includes('PERP') ? ( {trade.market.name.includes('PERP') ? (
<div className="flex justify-end"> <div className="flex justify-end">
<Tooltip content="View Counterparty" delay={250}> <Tooltip content="View Counterparty" delay={250}>
<a <a

View File

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

View File

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