From 01b9b33f79118b95c571c13f9893514e5d781a6a Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Thu, 16 Aug 2018 15:14:43 -0400 Subject: [PATCH] add edit button when user isOwner --- app/components/ens/nameLookup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index f1ff856..d15fe92 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -5,7 +5,7 @@ import { actions as accountActions, getDefaultAccount } from '../../reducers/acc import Hidden from '@material-ui/core/Hidden'; import Typography from '@material-ui/core/Typography'; import ENSSubdomainRegistry from 'Embark/contracts/ENSSubdomainRegistry'; -import { Button, Field, TextInput, MobileSearch, Card, Info, Text } from '../../ui/components' +import { Button, Field, TextInput, MobileSearch, MobileButton, Card, Info, Text } from '../../ui/components' import { IconCheck } from '../../ui/icons' import { keyFromXY } from '../../utils/ecdsa'; import theme from '../../ui/theme' @@ -108,6 +108,7 @@ class RenderAddresses extends PureComponent { + {isOwner && } )