We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7687d commit b99e359Copy full SHA for b99e359
src/app/components/StateRoute/PerformanceVisx/BarGraphComparison.tsx
@@ -192,7 +192,7 @@ const BarGraphComparison = (props: BarGraphComparisonProps): JSX.Element => {
192
classname[i].addEventListener('click', animateButton, false);
193
}
194
const seriesList: ActionObj[][] = comparison.map((series: Series) => series.data.barStack);
195
- const actionsList = seriesList.flat();
+ const actionsList: ActionObj[] = seriesList.flat();
196
const testList = actionsList.map((elem: ActionObj) => elem.name);
197
198
const finalList = [];
0 commit comments