Skip to content

Commit 95e6d31

Browse files
committed
style(topics): apply ultracite formatting
1 parent 76eb8b1 commit 95e6d31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/components/pages/topics/quick-info.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ export const TopicQuickInfoStatistic = (p: { topic: Topic }) => {
140140
<Text as="dd">
141141
{retentionBytes.value !== '-1' && '~'}
142142
{formatConfigValue(retentionBytes.name, retentionBytes.value, 'friendly')}
143-
{Number.isFinite(Number(retentionBytes.value)) &&
144-
Number(retentionBytes.value) !== -1 &&
145-
' / partition'}
143+
{Number.isFinite(Number(retentionBytes.value)) && Number(retentionBytes.value) !== -1 && ' / partition'}
146144
</Text>
147145
</Flex>
148146
</>

0 commit comments

Comments
 (0)