From 6db5d2044183c72341a09ef5600f6dbfac2cf451 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Tue, 4 Jun 2019 02:46:20 -0300 Subject: [PATCH] remove bootstrap components --- app/components/EthAddress.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/components/EthAddress.jsx b/app/components/EthAddress.jsx index 32f2ec8..bc4ace7 100644 --- a/app/components/EthAddress.jsx +++ b/app/components/EthAddress.jsx @@ -1,7 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; import Blockies from 'react-blockies'; -import { Overlay, Tooltip } from 'react-bootstrap'; import copy from 'copy-to-clipboard'; import './EthAddress.css'; import ClipIcon from "./Icon/Clip"; @@ -194,14 +193,6 @@ class EthAddress extends React.Component { } - - {(props) => { - delete props['show']; - return ( - {tooltipText} - ) - }} - )