1
0
forked from baron/baron-sso

ClientConsentsPage Biome 포맷 정리

This commit is contained in:
2026-06-12 15:02:45 +09:00
parent ca15e2a35c
commit c587f37089

View File

@@ -1063,8 +1063,7 @@ function ClientConsentsPage() {
<div
className={cn(
"flex gap-2",
row.valueType === "date" ||
row.valueType === "datetime"
row.valueType === "date" || row.valueType === "datetime"
? "items-center"
: "flex-col",
)}