Skip to content

Commit

Permalink
Fix revisions count check (#12317)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Sep 19, 2022
1 parent a619521 commit 5657707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ function PublishPanel({ nameOverride }) {
</LabelWrapper>
</DropdownWrapper>
</HighlightRow>
{improvedAutosaves && revisionCount >= 1 ? (
{improvedAutosaves && revisionCount > 1 ? (
<RevisionsWrapper>
<Label>
<LabelIconWrapper>
Expand Down

0 comments on commit 5657707

Please sign in to comment.