We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6c2a4 commit 648420eCopy full SHA for 648420e
kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx
@@ -73,7 +73,7 @@ const BrokersList: React.FC = () => {
73
header: 'Broker ID',
74
accessorKey: 'brokerId',
75
// eslint-disable-next-line react/no-unstable-nested-components
76
- cell: ({ row: { id }, getValue }) => (
+ cell: ({getValue }) => (
77
<S.RowCell>
78
<LinkCell
79
value={`${getValue<string | number>()}`}
0 commit comments