chore
This commit is contained in:
parent
0d99e5549e
commit
35e92d2aef
@ -42,7 +42,7 @@ export type SettingsType = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const Settings: FC = observer(() => {
|
export const Settings: FC = observer(() => {
|
||||||
const { t, i18n } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const advancedHeaderRef = useRef<HTMLDivElement>(null);
|
const advancedHeaderRef = useRef<HTMLDivElement>(null);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
@ -33,8 +33,6 @@ export type Status = {
|
|||||||
|
|
||||||
export type Platform = 'windows' | 'darwin' | 'linux';
|
export type Platform = 'windows' | 'darwin' | 'linux';
|
||||||
|
|
||||||
const labels = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
|
|
||||||
|
|
||||||
class CommonStore {
|
class CommonStore {
|
||||||
// global
|
// global
|
||||||
status: Status = {
|
status: Status = {
|
||||||
|
Loading…
Reference in New Issue
Block a user