From d4be58f5787000c59cf7bf9ba01c26b1ccc674a4 Mon Sep 17 00:00:00 2001 From: kazuya suzuki <83203852+namidapoo@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:05:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20bio=E3=81=AE=E8=A1=A8=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/recap/components/overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/recap/components/overview.tsx b/app/recap/components/overview.tsx index 9a58eca..1880b52 100644 --- a/app/recap/components/overview.tsx +++ b/app/recap/components/overview.tsx @@ -61,7 +61,7 @@ export const OverView: FC = async ({ data }) => {
- {data.userProfile.bio && "{data.userProfile.bio}"} + {data.userProfile.bio ?? ""}