Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/proper-use-of-theme-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic authored Nov 15, 2024
2 parents b5856b3 + 153692d commit a1c44cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const MultipleSelectChip = <TValue extends SelectionValueType>(
renderValue={selected => (
<Box sx={{ display: 'flex', flexWrap: 'wrap', gap: 0.5 }}>
{
// TODO(NicolasDontigny): Find a more efficient way to
// map values to their display text here
// TODO(NicolasDontigny): Find a more efficient way

Check warning on line 68 in canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx

View workflow job for this annotation

GitHub Actions / Lint-Autofixes

Unexpected 'TODO' comment: 'TODO(NicolasDontigny): Find a more...'
// to map values to their display text here
}
{selected
.map(value => options.find(option => option.value === value))
Expand Down

0 comments on commit a1c44cb

Please sign in to comment.