You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click on any player's profile and then go to the Statistics/MMR page a green marker will appear stating your MMR although you are not logged in. The marker will actually display the MMR of the player's profile you visited.
I'm not well versed in vuex/stores but it seems that the player's profile gets stored in the playerStore and retrieved to get the "logged in" player's mmr in the MmrDistributionChart.
To reproduce:
Don't be logged in
Go to the matches tab
Click on either player name to enter their profile
Go to the statistics tab
Go to the MMR page
"Your MMR" should be showing
Environment
Firefox
I don't know if this affects any other parts of the website, but it seems like odd behavior.
The text was updated successfully, but these errors were encountered:
If you click on any player's profile and then go to the Statistics/MMR page a green marker will appear stating your MMR although you are not logged in. The marker will actually display the MMR of the player's profile you visited.
I'm not well versed in vuex/stores but it seems that the player's profile gets stored in the playerStore and retrieved to get the "logged in" player's mmr in the MmrDistributionChart.
To reproduce:
Environment
I don't know if this affects any other parts of the website, but it seems like odd behavior.
The text was updated successfully, but these errors were encountered: