-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work for 10/18 #255
base: main
Are you sure you want to change the base?
Work for 10/18 #255
Conversation
✅ Deploy Preview for stuyepsilon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small things I noticed reading through the code, I will also test your changes momentarily
src/pages/admin/ClubAdminEmails.tsx
Outdated
.in("id", userIds); | ||
|
||
if (usersError) { | ||
console.error("Error fetching users:", { variant: "error" }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be in a snackbar so the end user knows what went wrong?
df3b4c0
to
9957d20
Compare
Fixed: