Simplifications

pull/714/head
Vincent 5 years ago
parent aa3ccfe11e
commit a6d04c3b2e

@ -32,9 +32,7 @@ export class SessionQRModal extends React.Component<Props> {
<div className="spacer-sm" />
<div className="qr-dialog__description text-subtle">
<p>
<SessionHtmlRenderer html={window.i18n('QRCodeDescription')} />
</p>
</div>
<div className="spacer-lg" />

@ -113,7 +113,7 @@ export class SessionSeedModal extends React.Component<Props, State> {
const i18n = window.i18n;
this.checkHasPassword();
void this.getSeed();
this.getSeed().ignore();
const { onClose } = this.props;
const { hasPassword, passwordValid } = this.state;

Loading…
Cancel
Save