From 317ac36db99096b51643098fb1d7ba9b6cb495f0 Mon Sep 17 00:00:00 2001 From: jina Date: Fri, 13 Oct 2023 14:35:48 +0900 Subject: [PATCH] =?UTF-8?q?[fix]:=20=EB=9F=B0=ED=83=80=EC=9E=84=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC..=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 42manito/src/components/Profile/Description.tsx | 2 +- 42manito/src/pages/ProfileUpdate/[userId].tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/42manito/src/components/Profile/Description.tsx b/42manito/src/components/Profile/Description.tsx index ac9e5d34..d02dd057 100644 --- a/42manito/src/components/Profile/Description.tsx +++ b/42manito/src/components/Profile/Description.tsx @@ -20,7 +20,7 @@ function linkifyReact(inputText: string) { } interface props { - description: string; + description: string | undefined; } function DescriptionComponent({ description }: props) { diff --git a/42manito/src/pages/ProfileUpdate/[userId].tsx b/42manito/src/pages/ProfileUpdate/[userId].tsx index b6e5872d..3b2ea896 100644 --- a/42manito/src/pages/ProfileUpdate/[userId].tsx +++ b/42manito/src/pages/ProfileUpdate/[userId].tsx @@ -157,7 +157,7 @@ export default function ProfileUpdate() {
짧은 소개글 - 카드에서 표현되는 짧은 소개글입니다 + 카드에서 표현되는 짧은 소개글입니다.