fixed chats not loading
This commit is contained in:
parent
98d87ed8f7
commit
c33ce3d03a
4 changed files with 19 additions and 21 deletions
|
|
@ -46,7 +46,7 @@ export function ChatDrawer(props: Props) {
|
|||
const isMobile = useMobile();
|
||||
const classes = useStyles()
|
||||
|
||||
console.log(team.settings.avatar)
|
||||
// console.log(team.settings.avatar)
|
||||
|
||||
return (
|
||||
<Drawer
|
||||
|
|
@ -72,14 +72,9 @@ export function ChatDrawer(props: Props) {
|
|||
borderRight: `1px solid ${theme.palette.divider}`,
|
||||
})}
|
||||
>
|
||||
{/* Add your icons here */}
|
||||
<IconButton >
|
||||
{/* <SomeIcon /> */}
|
||||
<Avatar src={team.settings.avatar} />
|
||||
</IconButton>
|
||||
<IconButton>
|
||||
{/* <AnotherIcon /> */}
|
||||
</IconButton>
|
||||
</Box>
|
||||
|
||||
{/* Main chat area */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue