Skip to content

Commit 43c63a6

Browse files
committed
Fixed typo
1 parent 42c8628 commit 43c63a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/context/reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const reducer = (state, action) => {
170170
state.teams = action.payload;
171171
//sort by name
172172
state.teams.sort((a, b) => a.name.localeCompare(b.name));
173-
breadk;
173+
break;
174174
case UPDATE_TEAMS_LOADING:
175175
state.loading = { ...state.loading, teams: !state?.loading?.teams };
176176
break;

0 commit comments

Comments
 (0)