From 9053454b2f42451c1d7ff9a5d2f4e76c315f39f4 Mon Sep 17 00:00:00 2001
From: Seren Siahaan <18221160@std.stei.itb.ac.id>
Date: Sat, 25 Nov 2023 10:23:50 +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 2c53b67..f304a0e 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("/")
+      window.location.replace("/infoperusahaan")
       return;
     }
     fetch("https://rpl-backend-production.up.railway.app/v1/property/description", {
-- 
GitLab