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

View File

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