remove container from list component
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
import React, { PropTypes } from 'react';
|
||||
import { contain } from 'thundercats-react';
|
||||
import { PanelGroup, Thumbnail, Panel, Well } from 'react-bootstrap';
|
||||
import moment from 'moment';
|
||||
|
||||
export default contain(
|
||||
{
|
||||
},
|
||||
React.createClass({
|
||||
export default React.createClass({
|
||||
displayName: 'ListJobs',
|
||||
|
||||
propTypes: {
|
||||
@ -78,5 +74,4 @@ export default contain(
|
||||
</PanelGroup>
|
||||
);
|
||||
}
|
||||
})
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user