79104683

Date: 2024-10-19 10:29:28
Score: 2.5
Natty:
Report link

Let me ask what type of data you have? If it is an array, it is best to check like this.

if (response.status === 200 && response.data && response.data.length > 0) { handleClose(); }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Windoo