79284281

Date: 2024-12-16 10:08:04
Score: 1
Natty:
Report link

You can try to check history length. Like this:

function navigateBack() {
  if (window.history.length <= 1) {
    navigation.push(HOME_PAGE);
  } else {
    navigation.back();
  }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alejandro Guerra