From cc81d3c06abba52b341017c39d01aa98a98ee702 Mon Sep 17 00:00:00 2001 From: kimatata <117462761+kimatata@users.noreply.github.com> Date: Sat, 7 Jun 2025 21:21:17 +0900 Subject: [PATCH] fix: any project is shown as public in account page (#236) --- frontend/src/app/[locale]/account/AccountPage.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/[locale]/account/AccountPage.tsx b/frontend/src/app/[locale]/account/AccountPage.tsx index 06e7d35..6a5a5ff 100644 --- a/frontend/src/app/[locale]/account/AccountPage.tsx +++ b/frontend/src/app/[locale]/account/AccountPage.tsx @@ -78,7 +78,11 @@ export default function AccountPage({ messages, locale }: Props) {

{myProject.detail}

- +
);