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 3d95ca9 commit 52aa09aCopy full SHA for 52aa09a
1 file changed
internal/ui/model/skills.go
@@ -79,6 +79,9 @@ func (m *UI) skillStatusItems() []skillStatusItem {
79
if disabledSet[name] {
80
continue
81
}
82
+ if _, exists := stateNames[name]; exists {
83
+ continue
84
+ }
85
stateNames[name] = struct{}{}
86
icon := t.Resource.OnlineIcon.String()
87
if state.State == skills.StateError {
0 commit comments