Skip to content

Commit f9720bd

Browse files
committed
fix: lint
1 parent 614a969 commit f9720bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/plugins/src/echarts/use-echarts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
6969

7070
const renderEcharts = (
7171
options: EChartsOption,
72-
clear = true
72+
clear = true,
7373
): Promise<Nullable<echarts.ECharts>> => {
7474
cacheOptions = options;
7575
const currentOptions = {

0 commit comments

Comments
 (0)