mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
Removed un-needed constructors
This commit is contained in:
parent
70d71b158b
commit
1ba467b355
@ -3,10 +3,6 @@ import translate from 'translations';
|
||||
|
||||
|
||||
export default class KeystoreDecrypt extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<section className="col-md-4 col-sm-6">
|
||||
|
@ -4,10 +4,6 @@ import KeystoreDecrypt from './KeystoreDecrypt';
|
||||
|
||||
|
||||
export default class WalletDecrypt extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<section className="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user