Closed pmandler-umass closed 2 months ago
Moved handleAddButtonClick into a useEffect. State var 'isAdding' both stops more key presses and starts the isAdding process. Added a check for adding only active members.
Much of the code is moved, there aren't that many changes to logic.
Moved handleAddButtonClick into a useEffect. State var 'isAdding' both stops more key presses and starts the isAdding process. Added a check for adding only active members.