From ee8b40aae4ce222f0017f67033032749efbb38eb Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 3 Aug 2020 15:29:21 +0200 Subject: [PATCH] Fix wrong variable name App.close --- components/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/app.js b/components/app.js index 52a35f0..bc6874e 100644 --- a/components/app.js +++ b/components/app.js @@ -569,7 +569,7 @@ export default class App extends Component { return { buffers }; }); - this.receipts.delete(channel); + this.receipts.delete(target); this.saveReceipts(); }