diff --git a/components/match2/commons/match_summary_base_temp.lua b/components/match2/commons/match_summary_base_temp.lua index 099ce91c944..cf83ca9a312 100644 --- a/components/match2/commons/match_summary_base_temp.lua +++ b/components/match2/commons/match_summary_base_temp.lua @@ -611,8 +611,8 @@ function MatchSummary.defaultGetByMatchId(CustomMatchSummary, args, options) options = options or {} - local match, bracketResetMatch = - MatchGroupUtil.fetchMatchForBracketDisplay(args.bracketId, args.matchId, {returnBoth = true}) + local match, bracketResetMatch = MatchGroupUtil.fetchMatchForBracketDisplay( + args.bracketId, args.matchId, {returnBoth = true, mergeBracketResetMatch = false}) local matchSummary = MatchSummary():init(options.width)