Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cufee committed Jan 19, 2025
2 parents a4ca9f9 + 3692b72 commit cec01a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stats/prepare/period/v1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var overviewBlocksRating = []common.TagColumn[string]{
{Tags: []common.Tag{common.TagAvgDamage, common.TagDamageRatio}, Meta: string(BlockFlavorDefault)},
}

var highlights = []common.Highlight{common.HighlightRecentBattle, common.HighlightBattles, common.HighlightWN8, common.HighlightAvgDamage}
var highlights = []common.Highlight{common.HighlightBattles, common.HighlightWN8, common.HighlightAvgDamage}

type Cards struct {
Rating RatingOverviewCard `json:"rating"`
Expand Down

0 comments on commit cec01a8

Please sign in to comment.