fix: restore comma

This commit is contained in:
Lei Nelissen
2024-01-28 23:27:59 +01:00
parent 47d9995a8f
commit 713b232289
+1 -1
View File
@@ -21,7 +21,7 @@ const initialState: State = {
isOnboardingComplete: false,
hasReceivedErrorReportingAlert: false,
enablePlaybackReporting: true,
colorScheme: ColorScheme.System
colorScheme: ColorScheme.System,
};
const settings = createReducer(initialState, builder => {