diff --git a/src/components/Header.js b/src/components/Header.js
index 3ef6f6a..1aa1b3f 100644
--- a/src/components/Header.js
+++ b/src/components/Header.js
@@ -10,23 +10,7 @@ export function Header(props) {
{item.label}
)
})
- // component for Account
- const Account = (props) => {
- if (props.user) {
- return (
-
-
- // this caused an absolute mindfuck
- //
- // Log out
- //
- )
- }
- else {
- return null
- }
-
- }
+
return (
// create a navigation bar with the collection of navigation items, display as black bar with "ClassName" and variant"
@@ -34,8 +18,8 @@ export function Header(props) {
systie
- )
+
+ )
}
\ No newline at end of file