The sbms branch of the Redux store references only one Team. We might have several Teams, each on a different competition. Redesign sbms to be an array of Teams, indexed by team Id. Each entry maintains the current sbm and sbm history for the one competition for that Team.
The sbms branch of the Redux store references only one Team. We might have several Teams, each on a different competition. Redesign sbms to be an array of Teams, indexed by team Id. Each entry maintains the current sbm and sbm history for the one competition for that Team.