diff --git a/src/ui/React/CharacterOverview.tsx b/src/ui/React/CharacterOverview.tsx index d3ea22166..e9edf79ff 100644 --- a/src/ui/React/CharacterOverview.tsx +++ b/src/ui/React/CharacterOverview.tsx @@ -7,6 +7,7 @@ import createStyles from "@mui/styles/createStyles"; import { numeralWrapper } from "../../ui/numeralFormat"; import { Reputation } from "./Reputation"; import { KillScriptsModal } from "./KillScriptsModal"; +import { convertTimeMsToTimeElapsedString } from "../../utils/StringHelperFunctions"; import Table from "@mui/material/Table"; import TableBody from "@mui/material/TableBody"; @@ -90,12 +91,14 @@ function Work(): React.ReactElement { <> - Work in progress: + + Work in progress: + - {player.className} + {convertTimeMsToTimeElapsedString(player.timeWorked)} @@ -119,7 +122,9 @@ function Work(): React.ReactElement { <> - Work in progress: + + Work in progress: + @@ -150,7 +155,9 @@ function Work(): React.ReactElement { <> - Work in progress: + + Work in progress: +