Skip to content

Commit

Permalink
Remove index from items in example
Browse files Browse the repository at this point in the history
  • Loading branch information
leoasis committed Apr 7, 2017
1 parent d097552 commit 4bb480c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/WindowScroller/WindowScroller.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default class WindowScrollerExample extends PureComponent {
className={className}
style={style}
>
<i style={{marginRight: 5}}>{index}</i>{row.name}
{row.name}
</div>
)
}
Expand Down

0 comments on commit 4bb480c

Please sign in to comment.