homarr-labs / homarr

Prefer boolean attributes notation in JSX JS-0400
Anti-pattern
Minor
1 occurrence in this check
Value must be omitted for boolean attributes
101  ];
102
103  return (
104    <ClientShell hasNavigation={true}>105      <MainHeader></MainHeader>
106      <MainNavigation links={navigationLinks}></MainNavigation>
107      <AppShellMain>{children}</AppShellMain>