Skip to content

Commit

Permalink
Fixing extra store tags showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Nov 13, 2024
1 parent 73fca5f commit ec5ae55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest/compton_fragments/format_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func formatLabel(id, property string, owned bool, rdx kevlar.ReadableRedux) comp
if rdx.HasValue(vangogh_local_data.StoreTagsProperty, id, "Good Old Game") {
fmtLabel.Title = "GOG"
fmtLabel.Class = "good-old-game"
} else {
fmtLabel.Title = ""
}
}
return fmtLabel
Expand Down

0 comments on commit ec5ae55

Please sign in to comment.