fixed chats not loading

This commit is contained in:
Carter 2026-02-25 11:05:52 -06:00
parent 98d87ed8f7
commit c33ce3d03a
4 changed files with 19 additions and 21 deletions

View file

@ -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 */}