@jennifersoft/demian-components
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -63,4 +63,3 @@ "use strict"; | ||
var popupData = this.props.data && this.props.data.length > 0 ? | ||
this.props.data.filter(function (e) { return e.appId != _this.props.selectedAppId; }) | ||
.map(function (e) { return React.cloneElement(e.value, { large: true }); }) : []; | ||
this.props.data.filter(function (e) { return e.appId != _this.props.selectedAppId; }).map(function (e) { return e.value; }) : []; | ||
return (React.createElement(style_components_1.ApplicationSelectorPopup, { ref: this.popupRef, opened: this.state.opened }, | ||
@@ -67,0 +66,0 @@ React.createElement("ul", { ref: this.popupListRef, style: { overflowY: 'auto', maxHeight: this.props.maxHeight } }, popupData), |
{ | ||
"name": "@jennifersoft/demian-components", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "JENNIFER Front(Demian) Components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267358
4157