Add a back button to the devtools verifications panel

pull/21833/head
Zoe 2020-04-21 16:27:31 +01:00
parent 02ed921d57
commit 61c6c8de45
1 changed files with 3 additions and 0 deletions

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>);
}
}