Skip to content

Commit

Permalink
small change (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam authored Aug 26, 2024
2 parents f792042 + 9b185d8 commit 67504a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/js/VersionBlock/VersionBlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@ class VersionBlock extends Component {
hasExtendedNotes(){
return !!(this.props.version.extendedNotes || this.props.version.extendedNotesHebrew);
}
setTextCompletionStatus(){
if (status == "done") {

setTextCompletionStatus( version ){
if (version.iscompleted=="done") {
return null
} else {
return (
Expand Down

0 comments on commit 67504a5

Please sign in to comment.