diff --git a/frontend/static/pages/admin/accounts.html b/frontend/static/pages/admin/accounts.html index 9be1b26..5b5e812 100644 --- a/frontend/static/pages/admin/accounts.html +++ b/frontend/static/pages/admin/accounts.html @@ -52,11 +52,15 @@
| ${u.name} | ${u.company||'-'} | ${u.phone||'-'} | ${u.is_active?'활성':'비활성'} | - | + ${u.is_active ? `` : ''}