Fix wrong variable name App.close

This commit is contained in:
Simon Ser 2020-08-03 15:29:21 +02:00
parent 67f6f99862
commit ee8b40aae4
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -569,7 +569,7 @@ export default class App extends Component {
return { buffers }; return { buffers };
}); });
this.receipts.delete(channel); this.receipts.delete(target);
this.saveReceipts(); this.saveReceipts();
} }