Skip to content

Fix teams reducer for delete action

Tamlyn Rhodes requested to merge fix-team-delete into master

Previously relied on object equality rather than comparing IDs.

This meant that clicking delete on a team didn't update the store (although the team was deleted on the server).

Merge request reports