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 5b4294c commit 13f8ac8Copy full SHA for 13f8ac8
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: ({getValue }) => (
+ cell: ({ getValue }) => (
77
<S.RowCell>
78
<LinkCell
79
value={`${getValue<string | number>()}`}
0 commit comments