From 1d3c91d90ed1cff1a7a985db91f2e12d91b0c6a4 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 20:43:22 +0530 Subject: [PATCH] fix: show id --- src/components/molecules/ColapsibleRow.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/molecules/ColapsibleRow.tsx b/src/components/molecules/ColapsibleRow.tsx index 6f970e6c..87231742 100644 --- a/src/components/molecules/ColapsibleRow.tsx +++ b/src/components/molecules/ColapsibleRow.tsx @@ -107,14 +107,6 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun ); - case 'runBy': - return ( - - { - row.runByUserId ? `User: ${row.runByUserId}` : row.runByScheduleId ? `Schedule ID: ${row.runByScheduleId}` : row.runByAPI ? 'API' : 'Unknown' - } - - ) case 'settings': return ( @@ -130,7 +122,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun Run Settings