polishing a rock of shit
This commit is contained in:
@ -19,11 +19,11 @@ const initialAuthDataState: AuthDataType = {
|
||||
};
|
||||
|
||||
export type SettingsType = {
|
||||
language: string | null;
|
||||
language: string | undefined;
|
||||
};
|
||||
|
||||
const initialSettingsState: SettingsType = {
|
||||
language: null,
|
||||
language: undefined,
|
||||
};
|
||||
|
||||
export type StorePrototype = {
|
||||
|
||||
Reference in New Issue
Block a user