From e3d9a11d45ad5cdc37584c4a7249df634ac93573 Mon Sep 17 00:00:00 2001 From: ebarrios Date: Wed, 23 Sep 2020 17:26:35 +0200 Subject: [PATCH] Removed commented lines from WorkflowRunsTable.tsx --- .../src/components/WorkflowRunsTable/WorkflowRunsTable.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.tsx b/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.tsx index 7c361f7fc4..a0868c806b 100644 --- a/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.tsx +++ b/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.tsx @@ -57,7 +57,6 @@ const generatedColumns: TableColumn[] = [ render: (row: Partial) => (

{row.id?.substring(0, 8)}

- {/*

{row.substitutions?.COMMIT_SHA}

*/}
), }, @@ -69,7 +68,6 @@ const generatedColumns: TableColumn[] = [ render: (row: Partial) => ( {row.message}