Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Sep 16, 2024
1 parent fae6b8b commit fa4cf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/multiselect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,9 @@ export const MultiSelect = React.memo(
if (props.optionLabel && Array.isArray(value)) {
return value.map((val) => getLabelByValue(val)).join(', ');
}

return value;
}
};

const visibleOptions = getVisibleOptions();

Expand Down

0 comments on commit fa4cf88

Please sign in to comment.