Skip to content

Commit

Permalink
Simplified check
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 23, 2023
1 parent 06e0a47 commit 9ec4e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
<li class="schedule">Scheduled</li>
}
else if (!BlogPost.IsPublished)
else
{
<li class="draft">Draft</li>
}
Expand Down

0 comments on commit 9ec4e7d

Please sign in to comment.