mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 02:25:40 +00:00
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…
x
Reference in New Issue
Block a user