Commit 01fdb521 authored by Bryce Johnson's avatar Bryce Johnson

Fixup refs to currPage and currPages.

parent 8377c2fb
......@@ -114,8 +114,8 @@
}
redirectIfNeeded(total) {
let currPages = this.getTotalPages();
currPage = this.getCurrentPage();
const currPages = this.getTotalPages();
const currPage = this.getCurrentPage();
// Refresh if no remaining Todos
if (!total) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment