Skip to content

Commit

Permalink
Merge pull request #1031 from frasermince/master
Browse files Browse the repository at this point in the history
Map over display function instead of displayed value.
  • Loading branch information
fchasen committed May 15, 2020
2 parents 7e604ca + 0127e9e commit 20f5ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/continuous/index.js
Expand Up @@ -283,7 +283,7 @@ class ContinuousViewManager extends DefaultViewManager {
}

let promises = newViews.map((view) => {
return view.displayed;
return view.display(this.request);
});

if(newViews.length){
Expand Down

0 comments on commit 20f5ea5

Please sign in to comment.