Fix later button
This commit is contained in:
parent
f12fe984e5
commit
b5914f5c2b
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue