Changeset 3865 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/list.jsx
- Timestamp:
- 08/26/2016 09:30:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/list.jsx
r3862 r3865 5 5 6 6 render() { 7 if ( ! this.props.contributors .length) {7 if ( ! this.props.contributors ) { 8 8 return <div />; 9 9 }
Note: See TracChangeset
for help on using the changeset viewer.