mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-06-21 02:20:41 +00:00
implement notification page (#8)
This commit is contained in:
@@ -72,7 +72,7 @@ export default function ServerPage() {
|
||||
header: "Groups",
|
||||
accessorKey: "groups",
|
||||
accessorFn: row => {
|
||||
return serverGroups?.filter(sg => sg.servers.includes(row.id))
|
||||
return serverGroups?.filter(sg => sg.servers?.includes(row.id))
|
||||
.map(sg => sg.group.id)
|
||||
|| [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user