diff --git a/web/src/components/dynamic/NewReviewData.tsx b/web/src/components/dynamic/NewReviewData.tsx index f600a85e9..d77e64203 100644 --- a/web/src/components/dynamic/NewReviewData.tsx +++ b/web/src/components/dynamic/NewReviewData.tsx @@ -2,6 +2,7 @@ import { ReviewSegment } from "@/types/review"; import { Button } from "../ui/button"; import { LuRefreshCcw } from "react-icons/lu"; import { MutableRefObject, useMemo } from "react"; +import { cn } from "@/lib/utils"; type NewReviewDataProps = { className: string; @@ -29,11 +30,12 @@ export default function NewReviewData({
)}
-
+
{statsHistory.length != 0 ? (
GPU Usage