chore(revamp-cases): remove unused method

This commit is contained in:
eliabejr 2019-01-17 12:38:11 -03:00
parent 51fc36da4f
commit 4428b6e47f
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ export class WalletAddress extends Component<Props, State> {
isVisible: false,
};
componentDidMount() {
}
show = () => {
this.setState(
() => ({ isVisible: true }),