Parcourir la source

Satisfy linter

Roman Zabaluev il y a 2 ans
Parent
commit
d525d31a0f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx

+ 4 - 1
kafka-ui-react-app/src/components/Brokers/Broker/Broker.tsx

@@ -44,7 +44,10 @@ const Broker: React.FC = () => {
       <Metrics.Wrapper>
         <Metrics.Section>
           <Metrics.Indicator label="Segment Size">
-            <BytesFormatted value={brokerDiskUsage?.segmentSize} precision={2} />
+            <BytesFormatted
+              value={brokerDiskUsage?.segmentSize}
+              precision={2}
+            />
           </Metrics.Indicator>
           <Metrics.Indicator label="Segment Count">
             {brokerDiskUsage?.segmentCount}