Fix error handle
fix pagination issue change logic for change passsword and profile update
This commit is contained in:
@@ -21,9 +21,12 @@ function RouteComponent() {
|
||||
return (
|
||||
<div className="@container/main p-4">
|
||||
<div className="*:data-[slot=card]:from-primary/5 *:data-[slot=card]:to-card dark:*:data-[slot=card]:bg-card *:data-[slot=card]:bg-linear-to-br *:data-[slot=card]:shadow-xs grid grid-cols-1 @xl/main:grid-cols-2 @5xl/main:grid-cols-3 gap-4">
|
||||
<CurrentUserHouseList activeHouse={activeHouse} />
|
||||
<CurrentUserHouseList activeHouse={activeHouse} houses={houses} />
|
||||
<CurrentUserMemberList activeHouse={activeHouse} />
|
||||
<CurrentUserActionGroup activeHouse={activeHouse} />
|
||||
<CurrentUserActionGroup
|
||||
activeHouse={activeHouse}
|
||||
oneHouse={houses.length === 1}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user