79419625

Date: 2025-02-06 23:44:20
Score: 1.5
Natty:
Report link

in the Dropdown.jsx you forgot to get the pic that you passed to it. you just imported the DropPic component that is totaly useles beacuse you are not giving it any data (the pic) so I just get the pic in the props and add <img src={pic} alt="lolo" /> to show it. (I forked to your stackblitz)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Parsa Farahani