Routing with React Router - lesson 6 mistake

Hey, It looks like the code Mosh uses is different from the starter code. The Nav bar only shows “My App.” When I remove the “collapse” classes on the navbar I begin to see the home and users.

Any idea what’s going on Mosh?

Here’s what I see before I tweak the NavBar styling:
image

here’s what I see after I remove “collapse” from NavBar.tsx
image

Can you show your NavBar.tsx code? Mine didn’t have this issue