fix: tenancy middleware order and ui consistency for user profile
This commit is contained in:
@@ -45,7 +45,9 @@ export default function TenantShow({ tenant }: Props) {
|
||||
};
|
||||
|
||||
return (
|
||||
<LandlordLayout title="客戶詳情">
|
||||
<LandlordLayout
|
||||
title="客戶詳情"
|
||||
>
|
||||
<div className="max-w-3xl space-y-6">
|
||||
{/* Back Link */}
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user