hyperlink the commit hash

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-02 13:47:35 -05:00
parent 86e9497023
commit f786570c0e
3 changed files with 18 additions and 2 deletions
@@ -44,6 +44,11 @@ const columns: TableColumn[] = [
title: 'Commit',
field: 'peeledObjectId',
width: 'auto',
render: (row: Partial<GitTag>) => (
<Box display="flex" alignItems="center">
<Link to={row.commitLink ?? ''}>{row.peeledObjectId}</Link>
</Box>
),
},
{
title: 'Created By',