From df8897c2845db726d200adfb0f01a806d1073f34 Mon Sep 17 00:00:00 2001 From: Agustin Pane Date: Fri, 15 May 2020 11:59:10 -0300 Subject: [PATCH] Adds copy to clipboard in owners table (#918) --- src/routes/safe/components/Settings/ManageOwners/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/safe/components/Settings/ManageOwners/index.jsx b/src/routes/safe/components/Settings/ManageOwners/index.jsx index 2b6a56ad..e1be4d00 100644 --- a/src/routes/safe/components/Settings/ManageOwners/index.jsx +++ b/src/routes/safe/components/Settings/ManageOwners/index.jsx @@ -140,7 +140,7 @@ class ManageOwners extends React.Component { {autoColumns.map((column: Column) => ( {column.id === OWNERS_TABLE_ADDRESS_ID ? ( - + ) : ( row[column.id] )}