From bb30ffbc96650d90b74c79582729c815f8b6c948 Mon Sep 17 00:00:00 2001 From: lobsam Date: Tue, 27 Aug 2024 01:04:26 +0530 Subject: [PATCH] small change --- static/js/VersionBlock/VersionBlock.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/VersionBlock/VersionBlock.jsx b/static/js/VersionBlock/VersionBlock.jsx index e9e89d2bd4..d93b7473f3 100644 --- a/static/js/VersionBlock/VersionBlock.jsx +++ b/static/js/VersionBlock/VersionBlock.jsx @@ -215,7 +215,7 @@ 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(this.props.version) + let textStatus = this.setTextCompletionStatus( this.props.version ) if (this.state.editing && Sefaria.is_moderator) { // Editing View