fix: restore comma
This commit is contained in:
@@ -21,7 +21,7 @@ const initialState: State = {
|
|||||||
isOnboardingComplete: false,
|
isOnboardingComplete: false,
|
||||||
hasReceivedErrorReportingAlert: false,
|
hasReceivedErrorReportingAlert: false,
|
||||||
enablePlaybackReporting: true,
|
enablePlaybackReporting: true,
|
||||||
colorScheme: ColorScheme.System
|
colorScheme: ColorScheme.System,
|
||||||
};
|
};
|
||||||
|
|
||||||
const settings = createReducer(initialState, builder => {
|
const settings = createReducer(initialState, builder => {
|
||||||
|
|||||||
Reference in New Issue
Block a user