Fix mobile list view
This commit is contained in:
parent
b824f095e5
commit
eb7f5c88bf
@ -65,6 +65,7 @@ export default class ListPosters extends React.Component {
|
|||||||
<InfiniteScroll
|
<InfiniteScroll
|
||||||
hasMore={this.state.hasMore}
|
hasMore={this.state.hasMore}
|
||||||
loadMore={this.loadMore}
|
loadMore={this.loadMore}
|
||||||
|
className="row"
|
||||||
>
|
>
|
||||||
{elmts.map(function(el, index) {
|
{elmts.map(function(el, index) {
|
||||||
const selected = (el.imdb_id === this.props.selectedImdbId) ? true : false;
|
const selected = (el.imdb_id === this.props.selectedImdbId) ? true : false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user