Lesson 10: 17:03:50, error - ./components/ManualHeader.jsx #5691
Answered
by
alfaqi
CryptoNube
asked this question in
Q&A
-
Hi fam! I am unsure what is going on @ https://youtu.be/gyMwXuJrbJQ?t=61430? Pic 2. Code in vid (end is cut off but, you can catch the whole segment a few frames back, before he cuts and pastes it into the second set of brackets https://youtu.be/gyMwXuJrbJQ?t=61416 - shown in pic 3.): code snippet:
|
Beta Was this translation helpful? Give feedback.
Answered by
alfaqi
Jun 16, 2023
Replies: 1 comment 2 replies
-
Nevermind! I solved it. I removed the brackets from the divs in the ternary-conditional statement.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue was with the closing tags of
div
{account ? (<div>Connected<div/>) : ....
after
{account ? (<div>Connected</div>) : ....