Host can enable buzzer system

This commit is contained in:
2023-02-19 10:07:44 -06:00
parent 9e03336d1a
commit c1779907d7
7 changed files with 45 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ export const contestantSlice = createSlice({
},
});
export const { addPathToSignature } = contestantSlice.actions;
export const { addPathToSignature, setCanBuzz } = contestantSlice.actions;
export const selectSignature = (state: RootState) => state.contestant.signature;
export const selectCanBuzz = (state: RootState) => state.contestant.canBuzz;