|
? <NavLink to='/' onClick = {signout}>Logout</NavLink> |
It's typically better to write onClick={someFunc} vs onClick = {someFunc}
If you also command+A, command+K+F for the file, you will also notice white space edits for {interpolators} and <Components />
plant-stack/src/components/Nav.js
Line 33 in fe0d397
It's typically better to write
onClick={someFunc}vsonClick = {someFunc}If you also command+A, command+K+F for the file, you will also notice white space edits for
{interpolators}and<Components />