fixed indexing wrong group when getting permissions
This commit is contained in:
parent
1b1d6e4485
commit
b4c1a543de
4 changed files with 53 additions and 21 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue