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(); }