Fix later button
parent
f12fe984e5
commit
b5914f5c2b
|
@ -32,7 +32,8 @@ export default class UnverifiedSessionToast extends React.PureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
_onLaterClick = () => {
|
_onLaterClick = () => {
|
||||||
DeviceListener.sharedInstance().dismissVerification(this.props.deviceId);
|
const { device } = this.props;
|
||||||
|
DeviceListener.sharedInstance().dismissVerification(device.deviceId);
|
||||||
};
|
};
|
||||||
|
|
||||||
_onReviewClick = async () => {
|
_onReviewClick = async () => {
|
||||||
|
|
Loading…
Reference in New Issue