You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Add a back button to the devtools verifications panel
This commit is contained in:
@ -696,6 +696,9 @@ class VerificationExplorer extends React.Component {
|
|||||||
<VerificationRequest txnId={txnId} request={request} key={txnId} />,
|
<VerificationRequest txnId={txnId} request={request} key={txnId} />,
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="mx_Dialog_buttons">
|
||||||
|
<button onClick={this.props.onBack}>{_t("Back")}</button>
|
||||||
|
</div>
|
||||||
</div>);
|
</div>);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user