From edcf440785a1ccf855d0031693c5363ffdbd7714 Mon Sep 17 00:00:00 2001 From: Seren Siahaan <18221160@std.stei.itb.ac.id> Date: Sat, 25 Nov 2023 10:28:01 +0000 Subject: [PATCH] Update index.jsx --- pages/infoperusahaan/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/infoperusahaan/index.jsx b/pages/infoperusahaan/index.jsx index f304a0e..2c53b67 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", { -- GitLab