Skip to content

Commit

Permalink
修复生涯页最近队友点击后报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Feb 9, 2024
1 parent 09163fe commit bb36b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def _():
'champions': champions,
'triggerByUser': True,
'isPublic': summoner.isPublic,
'tagline': summoner.tagLine
'tagLine': summoner.tagLine
}
)
self.careerInterface.hideLoadingPage.emit()
Expand Down

0 comments on commit bb36b68

Please sign in to comment.