fix(positions): getColId error (#6100)

This commit is contained in:
Matthew Russell 2024-03-26 09:57:41 +00:00 committed by GitHub
parent 91d00a0520
commit ed9cd3e0dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -544,6 +544,7 @@ export const PositionsTable = ({
onClose && !isReadOnly
? {
...COL_DEFS.actions,
colId: 'actions',
cellRenderer: ({ data }: VegaICellRendererParams<Position>) => {
return (
<div className="flex items-center justify-end gap-2">