diff --git a/pages/infoperusahaan/index.jsx b/pages/infoperusahaan/index.jsx index f304a0e0a88631d8c7692f5dbde426e8e94efb99..2c53b67e4801535f1d95c88930deada220261feb 100644 --- a/pages/infoperusahaan/index.jsx +++ b/pages/infoperusahaan/index.jsx @@ -12,7 +12,7 @@ export default function InformasiPerusahaan({ propertyWebsite }) { const saveDeskripsi = () => { const token = window.localStorage.getItem("token") if (token === undefined || token === null) { - window.location.replace("/infoperusahaan") + window.location.replace("/") return; } fetch("https://rpl-backend-production.up.railway.app/v1/property/description", {