Skip to content

Commit d024871

Browse files
committed
more reversion
1 parent c033a5b commit d024871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/BarGraphComparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const BarGraphComparison = (props) => {
267267
) : (
268268
titleFilter(comparison).map((tabElem, index) => {
269269
return (
270-
<MenuItem value={index}>{`${currentTab} ${index + 1}`}</MenuItem>
270+
<MenuItem value={index}>{`Series ${index + 1}`}</MenuItem>
271271
);
272272
})
273273
)}

0 commit comments

Comments
 (0)