Skip to content

Commit

Permalink
Merge pull request appsmithorg#13653 from appsmithorg/fix-13652
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanarpit committed May 10, 2022
2 parents 2b5d5dd + e35f8dc commit cf27bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const STATUS_MAP: StatusMap = {
[Kind.PAGE]: (status: GitStatusData) => ({
message: `${status?.modifiedPages || 0} ${
(status?.modifiedPages || 0) <= 1 ? "page" : "pages"
} updated`,
} modified`,
iconName: "widget",
hasValue: (status?.modifiedPages || 0) > 0,
}),
Expand Down

0 comments on commit cf27bbd

Please sign in to comment.