From e6a77a2a59f49d890a5642c0c4610008a288c571 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 17:17:48 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/ColapsibleRow.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/molecules/ColapsibleRow.tsx b/src/components/molecules/ColapsibleRow.tsx index 5e4be9da..00d41e0d 100644 --- a/src/components/molecules/ColapsibleRow.tsx +++ b/src/components/molecules/ColapsibleRow.tsx @@ -103,7 +103,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun } else { switch (column.id) { case 'runStatus': - return ( + return ( {row.status === 'success' && } {row.status === 'running' && } @@ -148,11 +148,11 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun /> {t('runs_table.run_settings_modal.labels.run_type')}: -