Skip to content

Commit

Permalink
Added emails to Sign In Event Console
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzpu committed May 8, 2024
1 parent ce5a513 commit f1fdd9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
});
// generate a console table
let selectedProperties = ["Name", "Check Off", "Points", "Edit Points", "Sign In Time"];
let selectedProperties = ["Name", "Email", "Check Off", "Points", "Edit Points", "Sign In Time"];
filters = [(row) => row["Sign In Time"] != undefined];
let csv_data;
Expand Down Expand Up @@ -279,7 +279,7 @@
selected="true"
style:background-color= {buttonBackgroundToggle ? 'var(--fc-button-bg-color)' : 'gray'}
on:click={() => {
selectedProperties = ["Name", "Check Off", "Points", "Edit Points", "Sign In Time"];
selectedProperties = ["Name", "Email", "Check Off", "Points", "Edit Points", "Sign In Time"];
filters = [(row) => row["Sign In Time"] != undefined];
if (!buttonBackgroundToggle) {changeButtonColor()};
}}>
Expand Down

0 comments on commit f1fdd9f

Please sign in to comment.