From afa3533a9f5fe2a226e58c46b891dbe1e0a73a6e Mon Sep 17 00:00:00 2001 From: Camille Reaves Date: Tue, 28 Nov 2023 12:42:18 -0500 Subject: [PATCH] Check --- public/js/dashboard_secondary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/dashboard_secondary.js b/public/js/dashboard_secondary.js index 220d3c5..262aa4a 100644 --- a/public/js/dashboard_secondary.js +++ b/public/js/dashboard_secondary.js @@ -141,8 +141,8 @@ async function initializeTable(entries, tableId, scope) { } if(scope == "account_approvals" && entries.length < 5){ tableSizing = entries.length; - } + console.log(">>>>> tableSizing " + tableSizing); for (let i = 0; i < tableSizing; i++) { if (scope == "all_users_pending") { const entry = entries.docs[i];