view now gets item with details
This commit is contained in:
20
front-ui/app/components/itemMultiMediaDescriptions.js
Normal file
20
front-ui/app/components/itemMultiMediaDescriptions.js
Normal file
@@ -0,0 +1,20 @@
|
||||
var React = require('react');
|
||||
|
||||
var ItemMultimediaDescriptions = React.createClass({
|
||||
|
||||
|
||||
render: function() {
|
||||
var self = this;
|
||||
|
||||
return (
|
||||
|
||||
);
|
||||
},
|
||||
|
||||
getInitialState: function () {
|
||||
return { descriptions: this.props.descriptions };
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
module.exports = ItemMultimediaDescriptions;
|
||||
Reference in New Issue
Block a user