mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
refactor(examples): minor tweak (#5017)
This commit is contained in:
@@ -50,7 +50,7 @@ export class TodoStore {
|
||||
}
|
||||
|
||||
removeCompleted() {
|
||||
this.todos = this.getWithCompleted(false);
|
||||
this.todos = this.getRemaining();
|
||||
this.updateStore();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user