Skip to content

Commit

Permalink
chore: 아이템 개수 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Jan 9, 2024
1 parent ca653f0 commit 3ee0d32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as S from './TournamentItemCount.style';

export default function TournamentItemCount() {
const price = 16;
const count = 16;
return (
<S.TournamentItemCountWrapper>
<S.TotalItems>총 등록된 선물 {price}</S.TotalItems>
<S.TotalItems>총 등록된 선물 {count}</S.TotalItems>
</S.TournamentItemCountWrapper>
);
}

0 comments on commit 3ee0d32

Please sign in to comment.