CEC-3796 - UI for creating and managing RxSWIN
This commit is contained in:
@@ -447,7 +447,11 @@ const MainForm = () => {
|
||||
<TableCell align="center">
|
||||
{formatManifestType(row.manifest_type)}
|
||||
</TableCell>
|
||||
<TableCell align="center">{row.sums}</TableCell>
|
||||
<TableCell align="center">
|
||||
<Link to={`/sums/${row.sums}`}>
|
||||
{row.sums}
|
||||
</Link>
|
||||
</TableCell>
|
||||
<TableCell align="center">
|
||||
{formatType(row.type)}
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user