Changeset 3764 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-icon/index.jsx
- Timestamp:
- 08/02/2016 07:37:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-icon/index.jsx
r3745 r3764 1 1 import React from 'react'; 2 3 /**4 * Internal dependencies.5 */6 2 7 3 export default React.createClass( { … … 11 7 const { icons, slug } = this.props.plugin; 12 8 let icon; 9 10 if ( ! icons ) { 11 return <div />; 12 } 13 13 14 14 if ( icons[ '1x' ] ) {
Note: See TracChangeset
for help on using the changeset viewer.