Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王钱钧
2016-07-12 15:42:01 +0800
Commit
434979da46b05c7c3a41908b13fd0a5e25ab8f19
2 parents
20f0c3b7
43dfcb92
Merge branch 'develop' of
http://git.yoho.cn/mobile/YH_RNComponent
into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/community/components/home/YH_SectionView.js
js/community/components/home/YH_SectionView.js
View file @
434979d
...
...
@@ -27,7 +27,7 @@ class SectionView extends React.Component {
render
()
{
return
<
YH_SectionView
{...
this
.
props
}
onClick
=
{
this
.
_onClick
}
/>
;
return
<
YH_SectionView
{...
this
.
props
}
items
=
{
this
.
props
.
items
.
toJS
()}
onClick
=
{
this
.
_onClick
}
/>
;
}
}
...
...
Please
register
or
login
to post a comment