diff --git a/canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx b/canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx index 2472cf7f1..7edff7af8 100644 --- a/canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx +++ b/canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx @@ -65,8 +65,8 @@ const MultipleSelectChip = ( renderValue={selected => ( { - // TODO(NicolasDontigny): Find a more efficient way to - // map values to their display text here + // TODO(NicolasDontigny): Find a more efficient way + // to map values to their display text here } {selected .map(value => options.find(option => option.value === value))