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,
diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx
index 391c1df..868ee18 100644
--- a/src/showplanner/index.tsx
+++ b/src/showplanner/index.tsx
@@ -176,7 +176,7 @@ function MicControl() {
{
micList.map(function(e,i) {
- return ;
+ return ;
})
}