major refactor of the dashboard and react-openapi integration #1
@@ -83,12 +83,14 @@ export default function Header({
|
|||||||
<Typography
|
<Typography
|
||||||
variant="h6"
|
variant="h6"
|
||||||
noWrap
|
noWrap
|
||||||
sx={{ flexGrow: 1, fontWeight: "bold", cursor: "pointer" }}
|
sx={{ fontWeight: "bold", cursor: "pointer" }}
|
||||||
onClick={() => navigate("/")}
|
onClick={() => navigate("/")}
|
||||||
>
|
>
|
||||||
{headerTitle}
|
{headerTitle}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
|
<span style={{ flexGrow: 1 }} />
|
||||||
|
|
||||||
{/* AUTH SECTION */}
|
{/* AUTH SECTION */}
|
||||||
{isAuthenticated ? (
|
{isAuthenticated ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user