remove mngo accrued from positions table
This commit is contained in:
parent
5697006f7a
commit
aebe1401e4
|
@ -202,9 +202,6 @@ const PositionsTable = () => {
|
||||||
)
|
)
|
||||||
.toFixed(3)}
|
.toFixed(3)}
|
||||||
</Td>
|
</Td>
|
||||||
<Td className="px-2 py-2 whitespace-nowrap text-sm text-th-fgd-1">
|
|
||||||
{nativeToUi(perpAccount.mngoAccrued.toNumber(), 6)}
|
|
||||||
</Td>
|
|
||||||
<Td className="px-2 py-2 whitespace-nowrap text-sm text-th-fgd-1">
|
<Td className="px-2 py-2 whitespace-nowrap text-sm text-th-fgd-1">
|
||||||
<div className="flex justify-end">
|
<div className="flex justify-end">
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in New Issue