Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Nov 24, 2021
1 parent 4d25920 commit d75fb4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample-app/src/components/InputDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ export default function InputDropdown({
instructionsId={screenReaderInstructionsId}
instructions={screenReaderInstructions}
announcementKey={screenReaderKey}
announcementText={screenReaderKey ? screenReaderText : ''}
announcementText={screenReaderKey
? screenReaderText
: ''
}
/>
{shouldDisplayDropdown && numSections > 0 &&
<div
Expand Down

0 comments on commit d75fb4f

Please sign in to comment.