feat: enhance API response handling and add new components for module management
This commit is contained in:
@@ -45,6 +45,7 @@ export default async function MembersPage({ params, searchParams }: Props) {
|
||||
page={page}
|
||||
pageSize={PAGE_SIZE}
|
||||
account={account}
|
||||
accountId={acct.id}
|
||||
duesCategories={(duesCategories ?? []).map(
|
||||
(c: Record<string, unknown>) => ({
|
||||
id: String(c.id),
|
||||
|
||||
Reference in New Issue
Block a user