fix(positions): getColId error (#6100)
This commit is contained in:
parent
91d00a0520
commit
ed9cd3e0dd
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user