Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment
This commit is contained in:
commit
7c5332662d
7 changed files with 90 additions and 34 deletions
|
|
@ -2,6 +2,7 @@ import { Avatar, AvatarGroup, Box, Button, Card, Divider, Grid2, List, ListItemB
|
|||
import { makeStyles } from "@mui/styles";
|
||||
import LoadingScreen from "app/LoadingScreen";
|
||||
import Chat from "chat/Chat";
|
||||
import SmartBreadcrumb from "common/SmartBreadcrumb";
|
||||
// import SmartBreadcrumb from "common/SmartBreadcrumb";
|
||||
import { useMobile } from "hooks";
|
||||
import { cloneDeep } from "lodash";
|
||||
|
|
@ -162,7 +163,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue