We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8628 commit 43c63a6Copy full SHA for 43c63a6
web-ui/src/context/reducer.js
@@ -170,7 +170,7 @@ export const reducer = (state, action) => {
170
state.teams = action.payload;
171
//sort by name
172
state.teams.sort((a, b) => a.name.localeCompare(b.name));
173
- breadk;
+ break;
174
case UPDATE_TEAMS_LOADING:
175
state.loading = { ...state.loading, teams: !state?.loading?.teams };
176
break;
0 commit comments