Skip to content

Commit

Permalink
Merge pull request #63 from GlowTales/develop
Browse files Browse the repository at this point in the history
[FIX] 오타 수정
  • Loading branch information
cjy3458 authored Aug 27, 2024
2 parents 61a05fa + ce0dfe7 commit 7a23453
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 7a23453

Please sign in to comment.