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",
width: "36px",
}}
/>
<IconButton
sx={{
ml: "20px",
bgcolor: "#F2F3F7",
borderRadius: "6px",
height: "36px",
width: "36px",
}}
>
<LogoutButton onClick={handleLogoutClick} />
</IconButton>
/>
<LogoutButton
onClick={handleLogoutClick}
sx={{
ml: "20px",
}}
/>
</>
)}
</Box>

644
yarn.lock

File diff suppressed because it is too large Load Diff