Skip to content

Commit

Permalink
fix: 표시 변수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Jan 31, 2024
1 parent 51fa558 commit b903a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/FirstTimeline/FirstTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const FirstTimeline = () => {
typograph={'headlineMedium'}
/>
<Txt
label={`${recapInfo?.usageTime.useHour ?? ''}일`}
label={`${recapInfo?.usageTime.useTime ?? ''}일`}
color={'primaryBrand'}
typograph={'headlineMedium'}
style={css`
Expand All @@ -88,7 +88,7 @@ const FirstTimeline = () => {
`}>
<Txt label={'총'} color={'grey190'} typograph={'headlineMedium'} />
<Txt
label={`${recapInfo?.usageTime.useTime ?? ''}시간`}
label={`${recapInfo?.usageTime.useHour ?? ''}시간`}
color={'primaryBrand'}
typograph={'headlineMedium'}
style={css`
Expand Down

0 comments on commit b903a5f

Please sign in to comment.