We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2629633 commit 9ed665dCopy full SHA for 9ed665d
src/app/components/Summary/SidebarContent.tsx
@@ -24,7 +24,7 @@ export const SidebarContent = ({ title, content, increasement, typeIsCount, id }
24
<Inform.Title>{title}</Inform.Title>
25
<Inform.Horizontal>
26
<Inform.Content suffix={typeIsCount ? '회' : '개'}>{parseNumber(content)}</Inform.Content>
27
- {increasement !== 0 && (
+ {increasement && (
28
<Inform.Highlighted suffix="↑">{parseNumber(increasement)}</Inform.Highlighted>
29
)}
30
</Inform.Horizontal>
0 commit comments