1
0
forked from baron/baron-sso

lint 포맷 불일치 수정

This commit is contained in:
2026-06-10 10:20:40 +09:00
parent 2234986abd
commit 4c9d219fd4
2 changed files with 2 additions and 8 deletions

View File

@@ -1682,11 +1682,7 @@ export function TenantOrgChartPage() {
const errorMessage = shareToken
? "조직도를 불러올 수 없거나 만료된 링크입니다."
: "조직도를 불러올 수 없습니다. 로그인 상태와 조직 권한을 확인해 주세요.";
return (
<div className="p-8 text-center text-red-500">
{errorMessage}
</div>
);
return <div className="p-8 text-center text-red-500">{errorMessage}</div>;
}
const updateLayoutMode = (value: ChildLayoutMode) => {