Skip to content

Commit

Permalink
style: added linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispulsinelli-okta committed Jan 30, 2024
1 parent c27cf75 commit 78f7c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/odyssey-react-mui/src/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const Select = <
if (typeof selected === "string") {
return undefined;
}

// Convert the selected options array into <Chip>s
const renderedChips = selected
.map((item: string) => {
Expand Down

0 comments on commit 78f7c40

Please sign in to comment.