Skip to content

Commit 20f8a6c

Browse files
committed
Fix js style
1 parent 41a33c1 commit 20f8a6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/src/components/Tags.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export default class Tags extends Component {
2424
<Select2
2525
multiple={false}
2626
data={[
27-
{text: 'Bug', id: 0},
28-
{text: 'Feature', id: 1},
29-
{text: 'Documents', id: 2},
30-
{text: 'Discussion', id: 'UUID'}
31-
]}
27+
{text: 'Bug', id: 0},
28+
{text: 'Feature', id: 1},
29+
{text: 'Documents', id: 2},
30+
{text: 'Discussion', id: 'UUID'},
31+
]}
3232
onOpen={() => { console.log('onOpen'); } }
3333
onClose={() => { console.log('onClose'); } }
3434
onSelect={() => { console.log('onSelect'); } }

0 commit comments

Comments
 (0)