You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Fix later button
This commit is contained in:
@@ -32,7 +32,8 @@ export default class UnverifiedSessionToast extends React.PureComponent {
|
||||
};
|
||||
|
||||
_onLaterClick = () => {
|
||||
DeviceListener.sharedInstance().dismissVerification(this.props.deviceId);
|
||||
const { device } = this.props;
|
||||
DeviceListener.sharedInstance().dismissVerification(device.deviceId);
|
||||
};
|
||||
|
||||
_onReviewClick = async () => {
|
||||
|
||||
Reference in New Issue
Block a user