From 0c065f7be5e080c9723afb29d7848ac52b134513 Mon Sep 17 00:00:00 2001 From: Vassshhh Date: Thu, 12 Jun 2025 18:38:30 +0700 Subject: [PATCH] ok --- src/Dashboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dashboard.js b/src/Dashboard.js index 55ec4ad..e37b9d1 100644 --- a/src/Dashboard.js +++ b/src/Dashboard.js @@ -38,7 +38,6 @@ const Dashboard = () => { try { const response = await fetch('https://bot.kediritechnopark.com/webhook/master-agent/dashboard'); const data = await response.json(); - setRawData(data) setRawData(data);