Skip to content

Commit

Permalink
Merge pull request #251 from Nexters/fix/reservation-count-text
Browse files Browse the repository at this point in the history
fix: 결제건수 단위  매 -> 건 수정
  • Loading branch information
alstn2468 authored Nov 29, 2024
2 parents c3a761b + c9a9357 commit 6a299f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/src/pages/ShowReservationPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ShowReservationPage = () => {
<Styled.TicketSummaryContainer>
<Styled.TicketSummary colorTheme="grey">
<Styled.TicketSumamryLabel>결제 건수</Styled.TicketSumamryLabel>
<Styled.TicketSumamryValue>{totalReservationCount}</Styled.TicketSumamryValue>
<Styled.TicketSumamryValue>{totalReservationCount}</Styled.TicketSumamryValue>
</Styled.TicketSummary>
<Styled.TicketSummary colorTheme="grey">
<Styled.TicketSumamryLabel>발권 티켓</Styled.TicketSumamryLabel>
Expand Down

0 comments on commit 6a299f8

Please sign in to comment.