Skip to content

Commit e08836d

Browse files
committed
fixup! Fixes #3614
1 parent 648420e commit e08836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const BrokersList: React.FC = () => {
7373
header: 'Broker ID',
7474
accessorKey: 'brokerId',
7575
// eslint-disable-next-line react/no-unstable-nested-components
76-
cell: ({getValue }) => (
76+
cell: ({ getValue }) => (
7777
<S.RowCell>
7878
<LinkCell
7979
value={`${getValue<string | number>()}`}

0 commit comments

Comments
 (0)