diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index 385a1ba..e80372c 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -50,6 +50,15 @@ const backButton = { const generatePrettyDate = (timestamp) => new Date(timestamp * 1000).toDateString(); +const DisplayBox = ({ displayType, pubKey }) => ( +
+
+
{displayType}
+ {pubKey} +
+
+); + class RenderAddresses extends PureComponent { state = { copied: false } @@ -86,6 +95,10 @@ class RenderAddresses extends PureComponent { + Name is unavailable + It is pointed to the following addresses + + {validStatusAddress(statusAccount) && } )