Fix for Due Cards and some cleanup

This commit is contained in:
John R. Supplee 2021-03-11 02:05:46 +02:00
parent 06cae36199
commit 07aa20a3cd
4 changed files with 40 additions and 11 deletions

View file

@ -1,3 +1,6 @@
import Cards from '../../models/cards';
import SessionData from '../../models/usersessiondata';
export class CardSearchPagedComponent extends BlazeComponent {
onCreated() {
this.searching = new ReactiveVar(false);