Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Aug 27, 2024
1 parent f5f63d8 commit ce0dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/homeMain/homeStatus/HomeStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const HomeStatus = () => {
<>
<S.State>생성한 동화 | {status.createdTaleCount}</S.State>
<S.State>학습한 동화 | {status.studiedTaleCount}</S.State>
<S.State>학습 횟수 | {status.studyCount}</S.State>
<S.State>학습 횟수 | {status.studyCount}</S.State>
<S.State>
학습 중인 언어 |{" "}
{status.learningLanguageList.map((language, index) => (
Expand Down

0 comments on commit ce0dfe7

Please sign in to comment.