fix(positions): getColId error (#6100)
This commit is contained in:
parent
91d00a0520
commit
ed9cd3e0dd
@ -544,6 +544,7 @@ export const PositionsTable = ({
|
|||||||
onClose && !isReadOnly
|
onClose && !isReadOnly
|
||||||
? {
|
? {
|
||||||
...COL_DEFS.actions,
|
...COL_DEFS.actions,
|
||||||
|
colId: 'actions',
|
||||||
cellRenderer: ({ data }: VegaICellRendererParams<Position>) => {
|
cellRenderer: ({ data }: VegaICellRendererParams<Position>) => {
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center justify-end gap-2">
|
<div className="flex items-center justify-end gap-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user