From bdd9a6e2a79311317e0d3a0e24255bb1b2cfca00 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:33:09 -0500 Subject: [PATCH] fix linter complaints in unmodified files --- web/src/components/dynamic/NewReviewData.tsx | 8 +++++--- web/src/components/overlay/SaveExportOverlay.tsx | 9 ++++++--- web/src/views/system/GeneralMetrics.tsx | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) 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