fixed indexing wrong group when getting permissions

This commit is contained in:
Carter 2025-04-24 11:59:23 -06:00
parent 1b1d6e4485
commit b4c1a543de
4 changed files with 53 additions and 21 deletions

View file

@ -162,7 +162,8 @@ export default function TeamPage() {
<Grid2 container direction={"column"} spacing={isMobile ? 0 : 0.5} >
<Grid2 >
<Typography variant={isMobile ? "h5" : "h4"} className={classes.ellipsis} >
{team.name()}
{/* {team.name()} */}
<SmartBreadcrumb paddingBottom={1} teamName={team.name()} />
{/* <SmartBreadcrumb /> */}
</Typography>
</Grid2>
@ -215,8 +216,6 @@ export default function TeamPage() {
<PageContainer padding={isMobile ? 0 : 2}>
<Box className={classes.container}>
<Box className={classes.leftBox}>
<SmartBreadcrumb paddingBottom={1} teamName={team.name()} />
<SmartBreadcrumb />
{title()}
</Box>
<Box className={classes.rightBox}>