From f161c235529ba6765e42f04c687a45b72e643f75 Mon Sep 17 00:00:00 2001 From: AlfandiMario Date: Wed, 5 Nov 2025 12:28:09 +0700 Subject: [PATCH] hotfix lupa belum hapus hardcode --- platform/ui-next/src/components/SidePanel/SidePanel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/ui-next/src/components/SidePanel/SidePanel.tsx b/platform/ui-next/src/components/SidePanel/SidePanel.tsx index c949bc7..383dc33 100644 --- a/platform/ui-next/src/components/SidePanel/SidePanel.tsx +++ b/platform/ui-next/src/components/SidePanel/SidePanel.tsx @@ -356,8 +356,6 @@ const SidePanel = ({ return; } - accessionNumber = 'MR.251027.001'; - setIsExpertiseLoading(true); const url = `${window.config.expertise_host}/${encodeURIComponent(accessionNumber)}`;