From 8c52a6a59f7a56ed8b1227b5261e71b79d818f8d Mon Sep 17 00:00:00 2001 From: Alex-NRCan <94073946+Alex-NRCan@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:19:39 +0000 Subject: [PATCH] Build: (fb30f50) Small fix --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index fd37de7..6f4774f 100644 --- a/main.js +++ b/main.js @@ -20605,10 +20605,10 @@ console.log("geochart chart.tsx run"); /** * Create a customized Chart UI * - * @param {TypeGeoChartChartProps} props the properties passed to the Chart element + * @param {TypeChartChartProps} props the properties passed to the Chart element * @returns {JSX.Element} the created Chart element */ -function GeoChart(props) { +function chart_Chart(props) { // Fetch the cgpv module var w = window; var cgpv = w['cgpv']; @@ -20805,7 +20805,7 @@ function GeoChart(props) { */ var App = function App() { - return /*#__PURE__*/(0,jsx_runtime.jsx)(GeoChart, {}); + return /*#__PURE__*/(0,jsx_runtime.jsx)(chart_Chart, {}); }; /* harmony default export */ const src_App = (App); ;// CONCATENATED MODULE: ./src/index.tsx