Skip to content

Commit 0d4c26c

Browse files
committed
linter
1 parent 09aa941 commit 0d4c26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/ai-analytics/src/app/containers/SparkChartContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default function SparkChartContainer({
3434
className,
3535
unit = ''
3636
}: SparkChartContainerProps) {
37+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3738
let transformedData: any;
3839
let categories: string[] = [];
3940
let formattedValue: string = '';

0 commit comments

Comments
 (0)