Skip to content

Commit

Permalink
Removing empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway committed Aug 6, 2020
1 parent e23cbf1 commit 5c1b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccordionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class AccordionItem extends React.Component<Props> {
if (rest.id) {
assertValidHtmlId(rest.id);
}
``;

return (
<ItemProvider
uuid={uuid}
Expand Down

0 comments on commit 5c1b365

Please sign in to comment.