diff --git a/src/components/vis-elements/BarList/BarList.tsx b/src/components/vis-elements/BarList/BarList.tsx index 75266f381..862554e79 100644 --- a/src/components/vis-elements/BarList/BarList.tsx +++ b/src/components/vis-elements/BarList/BarList.tsx @@ -172,7 +172,7 @@ function BarListInner(props: BarListProps, ref: React.ForwardedRef
- {data.map((item, index) => ( + {sortedData.map((item, index) => (