diff --git a/src/components/CurrentAddress/index.js b/src/components/CurrentAddress/index.js index da14bb32..98ac9bc8 100644 --- a/src/components/CurrentAddress/index.js +++ b/src/components/CurrentAddress/index.js @@ -14,13 +14,11 @@ import { rgba } from 'styles/helpers' import Box from 'components/base/Box' import CopyToClipboard from 'components/base/CopyToClipboard' -import Print from 'components/base/Print' import QRCode from 'components/base/QRCode' import IconCheck from 'icons/Check' import IconCopy from 'icons/Copy' import IconInfoCircle from 'icons/InfoCircle' -import IconPrint from 'icons/Print' import IconShare from 'icons/Share' import IconShield from 'icons/Shield' @@ -214,16 +212,6 @@ class CurrentAddress extends PureComponent { } label="Copy" onClick={copy} /> )} /> - ( - } - label={isLoading ? '...' : 'Print'} - onClick={print} - /> - )} - /> } label="Share" onClick={onShare} /> )}