79408398

Date: 2025-02-03 10:03:56
Score: 1
Natty:
Report link
process.env.NEXT_PUBLIC_BACKEND_BASE_URL + category.icon.url

This not going to work, because your icon is array

enter image description here

instead you should use:

process.env.NEXT_PUBLIC_BACKEND_BASE_URL + category.icon[0].url
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: antokhio