From d9d563b0ef5ff275496de13dfaa6f362218b909e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 02:25:48 +0530 Subject: [PATCH] feat (temp) : show robot it --- src/components/molecules/ColapsibleRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ColapsibleRow.tsx b/src/components/molecules/ColapsibleRow.tsx index bec7c0cf..ca56bf4c 100644 --- a/src/components/molecules/ColapsibleRow.tsx +++ b/src/components/molecules/ColapsibleRow.tsx @@ -65,7 +65,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun return ( { - deleteRunFromStorage(`${row.name}_${row.runId}`).then((result: boolean) => { + deleteRunFromStorage(`${row.runId}`).then((result: boolean) => { if (result) { handleDelete(); }