Fixed lint problems, fixed builds

This commit is contained in:
Alois 2026-04-12 00:20:24 +02:00
commit f018dafa4f
7 changed files with 87 additions and 61 deletions

View file

@ -62,7 +62,7 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
</Button>
</>
)}
{pathname === "/chat" && (
{pathname === "/chat" && id && (
<Wrapper
userId={id}
component={(user) => (