Roman Zabaluev 2 éve
szülő
commit
f1d67f721f

+ 1 - 3
kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx

@@ -54,9 +54,7 @@ const Details: React.FC = () => {
     ? filteredPartitionsByTopic
     : Object.keys(partitionsByTopic);
 
-  const hasAssignedTopics = React.useMemo(() => {
-    return consumerGroup?.data?.topics !== 0;
-  }, [consumerGroup.data]);
+  const hasAssignedTopics = consumerGroup?.data?.topics !== 0;
 
   return (
     <div>