Fix typo in mapStateToProps

This commit is contained in:
Paul Kaplan 2021-03-08 12:27:32 -05:00
parent 8b2bb5fe92
commit 49e62afa8b

View file

@ -1014,7 +1014,7 @@ const mapStateToProps = state => {
isShared: isShared,
loved: state.preview.loved,
lovedLoaded: state.preview.status.loved === previewActions.Status.FETCHED,
moreCommentsToLoad: state.commentsmoreCommentsToLoad,
moreCommentsToLoad: state.comments.moreCommentsToLoad,
original: state.preview.original,
parent: state.preview.parent,
playerMode: state.scratchGui.mode.isPlayerOnly,