diff --git a/static/js/VersionBlock/VersionBlock.jsx b/static/js/VersionBlock/VersionBlock.jsx index 15cdeaf3a5..26cd0e17e9 100644 --- a/static/js/VersionBlock/VersionBlock.jsx +++ b/static/js/VersionBlock/VersionBlock.jsx @@ -216,7 +216,9 @@ class VersionBlock extends Component { this.props.currObjectVersions, this.props.openVersionInSidebar); const openVersionInMainPanel = VersionBlockUtils.openVersionInMainPanel.bind(null, this.props.currentRef, this.props.version, this.props.currObjectVersions, this.props.rendermode, this.props.firstSectionRef, this.props.openVersionInReader); - let textStatus = this.setTextCompletionStatus() + + let textStatus = this.setTextCompletionStatus( this.props.version ) + if (this.state.editing && Sefaria.is_moderator) { // Editing View