Skip to content

Commit

Permalink
chore: add on loaded movies ready
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 30, 2021
1 parent 38f5c34 commit c202804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/core/app/pages/index-view/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export default class MovieIndex extends React.Component {
//Get movies
this.movie.filter(filter).then((movies) => {
//Chunk and concat movies
log.warn('Movies filtered')
let _chunk = chunks || this.state.screen.chunkSize;
let _movies = this.moviesToRow(movies, _chunk);

Expand Down

0 comments on commit c202804

Please sign in to comment.