diff --git a/src/store/settings/index.ts b/src/store/settings/index.ts index 0c074ee..fd7a183 100644 --- a/src/store/settings/index.ts +++ b/src/store/settings/index.ts @@ -21,7 +21,7 @@ const initialState: State = { isOnboardingComplete: false, hasReceivedErrorReportingAlert: false, enablePlaybackReporting: true, - colorScheme: ColorScheme.System + colorScheme: ColorScheme.System, }; const settings = createReducer(initialState, builder => {