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 6a40146 commit 6f6c2a4Copy full SHA for 6f6c2a4
kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx
@@ -79,7 +79,7 @@ const BrokersList: React.FC = () => {
79
value={`${getValue<string | number>()}`}
80
to={encodeURIComponent(`${getValue<string | number>()}`)}
81
/>
82
- {id === String(activeControllers) && (
+ {getValue<string | number>() === activeControllers && (
83
<Tooltip
84
value={<CheckMarkRoundIcon />}
85
content="Active Controller"
0 commit comments