fix some stuff with the timestamp settings

This commit is contained in:
Olivier Gagnon 2022-08-29 16:47:51 -04:00
parent e57fee00d2
commit c88ac1c26e
3 changed files with 3 additions and 4 deletions

@ -1,4 +1,4 @@
import { List, Paper, Typography } from "@mui/material";
import { Paper, Typography } from "@mui/material";
import React from "react";
interface IProps {

@ -1,10 +1,9 @@
import React, { useState } from "react";
import { MenuItem, Select, SelectChangeEvent, TextField, Tooltip, Typography } from "@mui/material";
import { defaultSettings, Settings } from "../../Settings/Settings";
import { Settings } from "../../Settings/Settings";
import { OptionSwitch } from "../../ui/React/OptionSwitch";
import { GameOptionsPage } from "./GameOptionsPage";
import { formatTime } from "../../utils/helpers/formatTime";
import { Box } from "@mui/system";
export const InterfacePage = (): React.ReactElement => {
const [timestampFormat, setTimestampFormat] = useState(Settings.TimestampsFormat);

@ -23,7 +23,7 @@ import { Locations } from "../../Locations/Locations";
import { CityName } from "../../Locations/data/CityNames";
import { LocationName } from "../../Locations/data/LocationNames";
import { Sleeve } from "../Sleeve/Sleeve";
import { isSleeveCompanyWork, SleeveCompanyWork } from "../Sleeve/Work/SleeveCompanyWork";
import { isSleeveCompanyWork } from "../Sleeve/Work/SleeveCompanyWork";
import {
calculateSkill as calculateSkillF,
calculateSkillProgress as calculateSkillProgressF,