pull/1176/head
Mikunj 5 years ago
parent ae44f0da0f
commit 2ed8aeaf30

@ -83,10 +83,10 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
window.Whisper.events.on('refreshLinkedDeviceList', async () => { window.Whisper.events.on('refreshLinkedDeviceList', async () => {
setTimeout(() => { setTimeout(() => {
this.refreshLinkedDevice(); void this.refreshLinkedDevice();
}, 1000); }, 1000);
}); });
this.refreshLinkedDevice(); void this.refreshLinkedDevice();
} }
public componentWillUnmount() { public componentWillUnmount() {

Loading…
Cancel
Save