fix console errors

This commit is contained in:
nflnkr 2023-12-05 15:11:33 +03:00
parent f07d7ab3e2
commit 01bf9abd27
3 changed files with 261 additions and 19403 deletions

19001
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -111,18 +111,13 @@ export default function HeaderFull() {
height: "36px", height: "36px",
width: "36px", width: "36px",
}} }}
/> />
<IconButton <LogoutButton
sx={{ onClick={handleLogoutClick}
ml: "20px", sx={{
bgcolor: "#F2F3F7", ml: "20px",
borderRadius: "6px", }}
height: "36px", />
width: "36px",
}}
>
<LogoutButton onClick={handleLogoutClick} />
</IconButton>
</> </>
)} )}
</Box> </Box>

644
yarn.lock

File diff suppressed because it is too large Load Diff