1nwf / Produx-v2

Avoid using console in code that runs on browser JS-0002
Bug risk
Major
1 occurrence in this check
Avoid using console in code that runs on the browser
22        window.location.reload();
23      })
24      .catch((err) => {
25        console.log(err);26      });
27  };
28  return (