Fix wrong variable name App.close
This commit is contained in:
+1
-1
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user