This commit is contained in:
josc146 2023-11-03 23:22:52 +08:00
parent 0d99e5549e
commit 35e92d2aef
2 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,7 @@ export type SettingsType = {
}
export const Settings: FC = observer(() => {
const { t, i18n } = useTranslation();
const { t } = useTranslation();
const advancedHeaderRef = useRef<HTMLDivElement>(null);
useEffect(() => {

View File

@ -33,8 +33,6 @@ export type Status = {
export type Platform = 'windows' | 'darwin' | 'linux';
const labels = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
class CommonStore {
// global
status: Status = {