fix: ESLint unescaped entity 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
reloop
2026-04-17 10:34:29 +09:00
parent 2467c6c8ac
commit a1ba2ca5fa

View File

@@ -313,7 +313,7 @@ function UploadedEbookBody() {
{isRevealed && mathSubjectId !== undefined && (
<EvalSection>
{mathSubjectId === null ? (
<EvalNote><Icon name="info" size={14} /> '수학' .</EvalNote>
<EvalNote><Icon name="info" size={14} /> &apos;&apos; .</EvalNote>
) : alreadyRegistered ? (
<EvalDone>
<Icon name="check-circle" size={15} />