diff --git a/web/src/components/header.tsx b/web/src/components/header.tsx index 1cb634f..a34ae1c 100644 --- a/web/src/components/header.tsx +++ b/web/src/components/header.tsx @@ -273,11 +273,16 @@ const Header = (props: any) => { API - - - + {appContext.loggedIn && ( + + + + )}