diff --git a/apps/dashboard/src/components/report/chart/SerieIcon.tsx b/apps/dashboard/src/components/report/chart/SerieIcon.tsx index 47edce1d..6acca2f0 100644 --- a/apps/dashboard/src/components/report/chart/SerieIcon.tsx +++ b/apps/dashboard/src/components/report/chart/SerieIcon.tsx @@ -53,7 +53,7 @@ const mapper: Record = { ...Object.entries(iconsWithUrls).reduce( (acc, [key, value]) => ({ ...acc, - [key]: createImageIcon(value), + [key]: createImageIcon(getProxyImage(value)), }), {} ),