Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton authored and dlvhdr committed May 29, 2022
1 parent c9e14f5 commit bfdb550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/prsidebar/prsidebar.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (m *Model) renderChecksPill() string {
return pillStyle.Copy().
Background(styles.DefaultTheme.WarningText).
Render(" Checks")
} else if status == "SUCCESS" {
} else if status == "PENDING" {
return pillStyle.Copy().
Background(styles.DefaultTheme.FaintText).
Foreground(styles.DefaultTheme.MainText).
Expand Down

0 comments on commit bfdb550

Please sign in to comment.