fix: ESLint unescaped entity 수정
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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} /> 과목 페이지에서 '수학' 과목을 먼저 만들어줘.</EvalNote>
|
||||
) : alreadyRegistered ? (
|
||||
<EvalDone>
|
||||
<Icon name="check-circle" size={15} />
|
||||
|
||||
Reference in New Issue
Block a user