浏览代码

Satisfy linter

Roman Zabaluev 2 年之前
父节点
当前提交
d525d31a0f
共有 1 个文件被更改,包括 4 次插入1 次删除
  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}