Skip to content

Commit 8e4932a

Browse files
committed
prettier
1 parent 04d796e commit 8e4932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/components/boxs/chart/ApexChartComponent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ApexChartComponent extends Component {
9898
return createTooltipContent(opts, startDate, endDate);
9999
};
100100
}
101-
options.tooltip.custom = function (opts) {
101+
options.tooltip.custom = function(opts) {
102102
return formatter_custom(opts);
103103
};
104104
}

0 commit comments

Comments
 (0)