Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Nov 28, 2023
1 parent c3c4c05 commit afa3533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/dashboard_secondary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit afa3533

Please sign in to comment.