Removed commented lines from WorkflowRunsTable.tsx

This commit is contained in:
ebarrios
2020-09-23 17:26:35 +02:00
parent 8e2a9082cd
commit e3d9a11d45
@@ -57,7 +57,6 @@ const generatedColumns: TableColumn[] = [
render: (row: Partial<WorkflowRun>) => (
<Typography variant="body2" noWrap>
<p>{row.id?.substring(0, 8)}</p>
{/* <p>{row.substitutions?.COMMIT_SHA}</p> */}
</Typography>
),
},
@@ -69,7 +68,6 @@ const generatedColumns: TableColumn[] = [
render: (row: Partial<WorkflowRun>) => (
<Link
component={RouterLink}
// to={`https://www.github.com/trivago/${row.message}`}
to={generatePath(buildRouteRef.path, { id: row.id! })}
>
{row.message}