We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a02b97 commit 8bd2ec4Copy full SHA for 8bd2ec4
modules/gitter/widget.go
@@ -68,7 +68,7 @@ func (widget *Widget) display() {
68
69
func (widget *Widget) content() (string, string, bool) {
70
title := fmt.Sprintf("%s - %s", widget.CommonSettings().Title, widget.settings.roomURI)
71
- if widget.messages == nil || len(widget.messages) == 0 {
+ if len(widget.messages) == 0 {
72
return title, "No Messages To Display", false
73
}
74
var str string
0 commit comments