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

@ -112,17 +112,12 @@ export default function HeaderFull() {
width: "36px", width: "36px",
}} }}
/> />
<IconButton <LogoutButton
onClick={handleLogoutClick}
sx={{ sx={{
ml: "20px", ml: "20px",
bgcolor: "#F2F3F7",
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