tiny update to add console logging.

This commit is contained in:
Brian McGonagill 2025-08-02 19:22:37 -05:00
parent aaddbf0b44
commit c6c5951d16

View file

@ -15,6 +15,7 @@ Template.listMgmtTbl.onRendered(function() {
Template.listMgmtTbl.helpers({
lists: function() {
let showComplete = Session.get("showCompletedLists");
// console.log("Show Complete Lists: " + showComplete);
if (showComplete) {
return Lists.find({});
} else {