Add a back button to the devtools verifications panel

This commit is contained in:
Zoe 2020-04-21 16:27:31 +01:00
parent 02ed921d57
commit 61c6c8de45

View file

@ -696,6 +696,9 @@ class VerificationExplorer extends React.Component {
<VerificationRequest txnId={txnId} request={request} key={txnId} />,
)}
</div>
<div className="mx_Dialog_buttons">
<button onClick={this.props.onBack}>{_t("Back")}</button>
</div>
</div>);
}
}