cleanup bitrate/byterate i18n formatter

This commit is contained in:
Ben Phelps 2022-09-08 20:17:58 +03:00
parent 0f2f552e87
commit 0b43f83daa
4 changed files with 22 additions and 28 deletions

View file

@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next";
import Widget from "../widget";
import Block from "../block";
import { calculateCPUPercent } from "utils/stats-helpers";
import calculateCPUPercent from "utils/stats-helpers";
export default function Docker({ service }) {
const { t } = useTranslation();