Skip to content

Commit

Permalink
Removed extra entry in the array
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal committed Dec 18, 2024
1 parent d7f06f8 commit 6324b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ScalarList(props: ScalarListProps) {
); // 2nd, 3rd, and 4th args empty string/object/null until typedef marked correctly as optional;
});

if (['LABELS_LEFT', 'STACKED_LARGE_VAL', 'LABELS_LEFT'].includes(displayMode)) {
if (['LABELS_LEFT', 'STACKED_LARGE_VAL'].includes(displayMode)) {
return (
<div>
<CommaSeparatedList items={items} />
Expand Down

0 comments on commit 6324b39

Please sign in to comment.