diff --git a/components/lib/dropdown/Dropdown.js b/components/lib/dropdown/Dropdown.js index 4ec0d5fc4d..6db6876e9a 100644 --- a/components/lib/dropdown/Dropdown.js +++ b/components/lib/dropdown/Dropdown.js @@ -597,7 +597,7 @@ export const Dropdown = React.memo(React.forwardRef((props, ref) => { const createHiddenSelect = () => { const placeHolderOption = ; - const option = selectedOption ? : null; + const option = selectedOption ? : null; return (