From c45a974e2ed06a24616f09bbb7db65273aed175c Mon Sep 17 00:00:00 2001 From: jedarden Date: Sun, 17 May 2026 10:58:35 -0400 Subject: [PATCH] fix(dashboard): remove unused formatRate import in TokenPanel tsc -b fails with TS6133 (declared but never read). Breaks Docker build. Co-Authored-By: Claude Sonnet 4.6 --- dashboard/frontend/src/components/panels/TokenPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/frontend/src/components/panels/TokenPanel.tsx b/dashboard/frontend/src/components/panels/TokenPanel.tsx index 7656131..a741fa7 100644 --- a/dashboard/frontend/src/components/panels/TokenPanel.tsx +++ b/dashboard/frontend/src/components/panels/TokenPanel.tsx @@ -10,7 +10,6 @@ import { Legend, } from 'recharts'; import type { MetricSnapshot, VariantFilter } from '../../lib/types'; -import { formatRate } from '../../lib/format'; interface TokenPanelProps { data: MetricSnapshot[];