diff options
Diffstat (limited to 'frontend/src/components/modals/DropdownMultiselect.tsx')
| -rw-r--r-- | frontend/src/components/modals/DropdownMultiselect.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/DropdownMultiselect.tsx b/frontend/src/components/modals/DropdownMultiselect.tsx index 255c6fa0..542898ea 100644 --- a/frontend/src/components/modals/DropdownMultiselect.tsx +++ b/frontend/src/components/modals/DropdownMultiselect.tsx @@ -15,7 +15,7 @@ import { FaChevronDown } from 'react-icons/fa'; // TODO add to dfl const dropDownControlButtonClass = findModuleExport((e: Export) => - e?.toString()?.includes('gamepaddropdown_DropDownControlButton'), + e?.toString?.()?.includes('gamepaddropdown_DropDownControlButton'), ); const DropdownMultiselectItem: FC< |
