Skip to content

Commit

Permalink
Dev (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam authored Aug 26, 2024
2 parents 67504a5 + b1e138c commit 88e9bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/js/VersionBlock/VersionBlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88e9bd8

Please sign in to comment.