Adds copy to clipboard in owners table (#918)
This commit is contained in:
parent
77e4987919
commit
df8897c284
|
@ -140,7 +140,7 @@ class ManageOwners extends React.Component<Props, State> {
|
|||
{autoColumns.map((column: Column) => (
|
||||
<TableCell align={column.align} component="td" key={column.id} style={cellWidth(column.width)}>
|
||||
{column.id === OWNERS_TABLE_ADDRESS_ID ? (
|
||||
<OwnerAddressTableCell address={row[column.id]} />
|
||||
<OwnerAddressTableCell address={row[column.id]} showLinks />
|
||||
) : (
|
||||
row[column.id]
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue