fix: tenancy middleware order and ui consistency for user profile
This commit is contained in:
@@ -37,7 +37,9 @@ export default function TenantIndex({ tenants }: Props) {
|
||||
};
|
||||
|
||||
return (
|
||||
<LandlordLayout title="客戶管理">
|
||||
<LandlordLayout
|
||||
title="客戶管理"
|
||||
>
|
||||
<div className="space-y-6">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user