mirror of
https://github.com/aykhans/slash-e.git
synced 2025-12-15 13:19:18 +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