Change state to AuthNavItems to simulate signed up user

This commit is contained in:
Ray 2023-09-05 10:48:47 +00:00 committed by GitHub
parent 0ea7d7e5e8
commit 9ebc354bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const AuthNavItems = [
] ]
/// application states /// application states
const [nav, setNav ] = useState( navItems ) const [nav, setNav ] = useState( AuthNavItems )
const saySomething = ( word ) => { const saySomething = ( word ) => {