Skip to content

Commit 34b1059

Browse files
joebuonoJoe Buono
andauthored
removed comma (#2283)
Co-authored-by: Joe Buono <[email protected]>
1 parent 2086d1c commit 34b1059

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/[platform]/components/tabs

1 file changed

+1
-1
lines changed

docs/src/pages/[platform]/components/tabs/demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const propsToCode = (props) => {
2323
</TabItem>
2424
<TabItem title="Tab 2">
2525
Tab content #2
26-
</TabItem>,
26+
</TabItem>
2727
<TabItem title="Disabled" isDisabled={true}>
2828
Cannot click
2929
</TabItem>

0 commit comments

Comments
 (0)