diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 434fb5e8..1dc1679a 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -43,6 +43,7 @@ import * as Config from "../../utils/Config"; import { panel_names } from "../../utils/Config"; import { formatGMTString } from "../../utils/helperMethods"; import { SpotlightIds } from "../../utils/SpotlightIds"; +import { removeDotAndColon } from "./PlayerItemCard/PlayerItemCard"; import PlayerOverlayChat from "./PlayerOverlay/PlayerOverlayChat"; import PlayerOverlayQRCode from "./PlayerOverlay/PlayerOverlayQRCode"; import css from "./PlayerPanel.module.less";