Skip to content

Commit 5c1b365

Browse files
author
Matthew Holloway
committed
Removing empty string
1 parent e23cbf1 commit 5c1b365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AccordionItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class AccordionItem extends React.Component<Props> {
5858
if (rest.id) {
5959
assertValidHtmlId(rest.id);
6060
}
61-
``;
61+
6262
return (
6363
<ItemProvider
6464
uuid={uuid}

0 commit comments

Comments
 (0)