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 c202804 commit ac7c182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/core/app/pages/index-view/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default class MovieIndex extends React.Component {
this.renderTimeout = setTimeout(() => {
this.filterMovies({...{start, to}, ...this.sort},
false, false, (state) => {
log.info('Movies loaded');
log.info('Infinite movies loaded');
resolve(state)
}
)
Expand Down

0 comments on commit ac7c182

Please sign in to comment.