From 6d5a861d17e30d77530cdbdf7f944893a8d5f653 Mon Sep 17 00:00:00 2001 From: kyy Date: Thu, 30 Apr 2026 10:25:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EA=B3=84=20=ED=83=AD=20=EC=9D=BC?= =?UTF-8?q?=EC=8B=9C=EC=A0=81=20=EB=85=B8=EC=B6=9C=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/features/clients/ClientRelationsPage.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devfront/src/features/clients/ClientRelationsPage.tsx b/devfront/src/features/clients/ClientRelationsPage.tsx index 8e1e63c3..96653d1f 100644 --- a/devfront/src/features/clients/ClientRelationsPage.tsx +++ b/devfront/src/features/clients/ClientRelationsPage.tsx @@ -388,7 +388,11 @@ function ClientRelationsPage() { - {isRelationshipViewForbidden ? ( + {isLoading ? ( +
+ {t("msg.dev.clients.relationships.loading", "Loading relationships...")} +
+ ) : isRelationshipViewForbidden ? (
{relationshipViewForbiddenMessage}