Skip to content

Commit 6f6c2a4

Browse files
committed
Fixes #3614
1 parent 6a40146 commit 6f6c2a4

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
@@ -79,7 +79,7 @@ const BrokersList: React.FC = () => {
7979
value={`${getValue<string | number>()}`}
8080
to={encodeURIComponent(`${getValue<string | number>()}`)}
8181
/>
82-
{id === String(activeControllers) && (
82+
{getValue<string | number>() === activeControllers && (
8383
<Tooltip
8484
value={<CheckMarkRoundIcon />}
8585
content="Active Controller"

0 commit comments

Comments
 (0)