You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the AdminUsersListTable component keeps track of every users admin status in an object, which is not a good React pattern. We should refactor the edit (make/remove) admin button into its own component that can handle the mutation and keeps track of just a single user's admin status.
The text was updated successfully, but these errors were encountered:
Right now the
AdminUsersListTable component
keeps track of every users admin status in an object, which is not a good React pattern. We should refactor the edit (make/remove) admin button into its own component that can handle the mutation and keeps track of just a single user's admin status.The text was updated successfully, but these errors were encountered: