Next.js 13: Not getting the Query String param logged on the console

Why am I not getting “name” / “email” logged onto the console?

In Next.js course: “Accesing Query String parameters” tutorial around 04:50
Mosh explains about getting “name” and “email” (the 2 coulmns of a UserNames table in “users” page) logged on the console inside USersPage component.

I’m doing the same thing.
My codebase’s snip below:

Why I see undefined on console when I click either of the 2 captions?

Even, rendered it to try to see if shows up on the browser but to no avail.

What am I doing wrong here ?

Got it. a naming mismatch.