From 605fddc3dc57790a12e79bf468291fe2c73f50e1 Mon Sep 17 00:00:00 2001 From: thekingofjibs Date: Tue, 31 Mar 2020 21:51:11 +0100 Subject: [PATCH] fixes #38 --- src/mixer/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixer/state.ts b/src/mixer/state.ts index bc156aa..9bd914f 100644 --- a/src/mixer/state.ts +++ b/src/mixer/state.ts @@ -134,7 +134,7 @@ const mixerState = createSlice({ gain: 1, baseGain: 1, openError: null, - id: null, + id: "None", calibration: false } } as MixerState,