Skip to content

Commit

Permalink
releasef fix rank
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Jul 20, 2023
1 parent aaf0e9a commit 1282af9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Profile/TitlesHistory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const TitlesHistory = ({expansions}) => {
rankImg = 'rank_4.png'
} else if (rank === 'Combatant') {
rankImg = 'rank_2.png'
} else {
rankImg = 'rank_2.png'
}
let pic = require('../../assets/ranks/' + rankImg);
return (<Box sx={{
Expand Down

0 comments on commit 1282af9

Please sign in to comment.