1
0
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:
J. Ryan Stinnett
2020-01-29 15:14:56 +00:00
parent f12fe984e5
commit b5914f5c2b

View File

@@ -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 () => {