Issue with Running React Quickstart Guide

I have been following the Auth0 quick start guide exactly but I am now stuck on the part where I am implementing the NavBar. I get the following error and I am not sure how to resolve it. Help would be greatly appreciated.

Failed to compile.

./src/components/NavBar.js
Line 13:22: Parsing error: Unexpected token, expected “,”

11 | // … code removed for brevity
12 |

13 | {isAuthenticated && <button onClick={() => logout()}>Log out}
| ^
14 |
15 | {/* NEW - add a link to the home and profile pages */}
16 | {isAuthenticated && (

Hey there @chrisllaga!

The most effective way to have that handled would be to raise a GitHub issue in the quickstart repo providing the context you provided here so that the repo maintainers can work with you directly. Once you have that make sure to share it with us so we can ping repo maintainers about that. Thanks!

Hey there!

Have you had a chance to see my previous message?