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…
Reference in New Issue