/* List of movies. Wrapped with the "withList" and "withCurrentUser" containers. */ import { Components } from 'meteor/nova:lib'; import React, { PropTypes, Component } from 'react'; import { Button } from 'react-bootstrap'; import { ModalTrigger } from "meteor/nova:core"; import MoviesItem from './MoviesItem.jsx'; import Movies from '../collection.js'; import MoviesNewForm from './MoviesNewForm.jsx'; import { compose } from 'react-apollo'; import { withList, withCurrentUser } from 'meteor/nova:core'; import gql from 'graphql-tag'; const LoadMore = props => {e.preventDefault(); props.loadMore();}}>Load More ({props.count}/{props.totalCount}) class MoviesList extends Component { renderNew() { const component = (
No more movies
}