Skip to content

Commit

Permalink
fix key for column (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybaidiuk authored Nov 5, 2023
1 parent 570a097 commit 7edf7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/views/forwards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const ForwardsList: FC<ForwardProps> = ({ days }) => {
},
{
header: 'Outgoing',
accessorKeyKey: 'outgoing_channel',
accessorKey: 'outgoing_channel',
cell: ({ cell }: any) => cell.renderValue(),
},
],
Expand Down

0 comments on commit 7edf7e4

Please sign in to comment.