Skip to content

Commit d229b44

Browse files
committed
Fix CostTrendChart test and remove unused SupportPromptsView
1 parent a458609 commit d229b44

File tree

2 files changed

+2
-248
lines changed

2 files changed

+2
-248
lines changed

webview-ui/src/components/chat/CostTrendChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React, { useRef, useEffect, useMemo, useState } from "react"
2-
import uPlot, { type Options, type AlignedData } from "uplot"
2+
import uPlot, { type Options, type AlignedData, sync } from "uplot"
33
import "uplot/dist/uPlot.min.css"
44
import { formatLargeNumber } from "@src/utils/format"
55

6-
const GRID_SYNC = uPlot.sync("cost-charts-grid")
6+
const GRID_SYNC = sync("cost-charts-grid")
77

88
type ChartData = AlignedData | undefined
99

webview-ui/src/components/support-prompts/SupportPromptsView.tsx

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)