Fix wrong variable name App.close
This commit is contained in:
parent
67f6f99862
commit
ee8b40aae4
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue