Skip to content

Commit

Permalink
on complete status task status should not get completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratiyushkumar committed Oct 31, 2023
1 parent d511446 commit f2bf38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/task/holder.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{{/if}}
{{/if}}

{{#if (not-eq this.status this.TASK_KEYS.VERIFIED)}}
{{#if (not-eq this.status this.TASK_KEYS.COMPLETED)}}
<div class='task-update-container'>
<label id='task-update-label' for='task-update'><b>Status:</b></label>
<select
Expand Down

0 comments on commit f2bf38f

Please sign in to comment.