From 264f23459937b9efa8ccf6b423a17c33e943f580 Mon Sep 17 00:00:00 2001 From: lobsam Date: Tue, 27 Aug 2024 00:50:02 +0530 Subject: [PATCH] small change --- static/js/VersionBlock/VersionBlock.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/VersionBlock/VersionBlock.jsx b/static/js/VersionBlock/VersionBlock.jsx index 846ee55613..e9e89d2bd4 100644 --- a/static/js/VersionBlock/VersionBlock.jsx +++ b/static/js/VersionBlock/VersionBlock.jsx @@ -195,8 +195,8 @@ class VersionBlock extends Component { hasExtendedNotes(){ return !!(this.props.version.extendedNotes || this.props.version.extendedNotesHebrew); } - setTextCompletionStatus(version){ - if (version.iscompleted == "done") { + setTextCompletionStatus( version ){ + if (version.iscompleted=="done") { return null } else { return (