Remove unneeded comment
This commit is contained in:
parent
73ad414334
commit
05e44b9636
|
@ -91,7 +91,7 @@ function App() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// modify the navigation on line 101 to new home page (gallery is set for now)
|
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<Header items={nav} user={auth} />
|
<Header items={nav} user={auth} />
|
||||||
|
|
Loading…
Reference in New Issue