diff --git a/components/form/article/edit-article-form.tsx b/components/form/article/edit-article-form.tsx index 04e5452..61b7349 100644 --- a/components/form/article/edit-article-form.tsx +++ b/components/form/article/edit-article-form.tsx @@ -613,7 +613,7 @@ export default function EditArticleForm(props: { isDetail: boolean }) { )} {isDetail ? ( - detailfiles ? ( + detailfiles.length > 0 ? ( <>

Thubmnail

- {isDetail ? ( + {isDetail && thumbnail !== "" ? ( tes @@ -367,7 +367,7 @@ export default function MedolUpdate() { tes