mirror of
https://github.com/aykhans/slash-e.git
synced 2025-09-18 14:25:57 +00:00
chore: update linter
This commit is contained in:
@@ -43,7 +43,7 @@ const PreferenceSection: React.FC = () => {
|
||||
...userSetting,
|
||||
locale: locale,
|
||||
} as UserSetting,
|
||||
["locale"]
|
||||
["locale"],
|
||||
);
|
||||
};
|
||||
|
||||
@@ -53,7 +53,7 @@ const PreferenceSection: React.FC = () => {
|
||||
...userSetting,
|
||||
colorTheme: colorTheme,
|
||||
} as UserSetting,
|
||||
["color_theme"]
|
||||
["color_theme"],
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user