You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking for the !items.length to return a prompt to add items to your list, the
element is missing so the CSS is incorrectly formated.
I believe this snippet should be: if (!items.length) return ( <footer className="stats"> <p> <em>Start adding some items to your packing list 🚀</em> </p> </footer> );
The text was updated successfully, but these errors were encountered:
When checking for the !items.length to return a prompt to add items to your list, the
element is missing so the CSS is incorrectly formated.I believe this snippet should be:
if (!items.length) return ( <footer className="stats"> <p> <em>Start adding some items to your packing list 🚀</em> </p> </footer> );
The text was updated successfully, but these errors were encountered: