Skip to content

Commit

Permalink
display skill level
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Mar 12, 2024
1 parent d682973 commit cf2d777
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,14 @@ function Player() {
{
Header: (
<div style={{textAlign:'left', paddingLeft:'10px'}}>
{t('Progress')}
{t('Level')}
</div>
),
id: 'progress',
accessor: 'progress',
Cell: (props) => {
return (props.value / 100).toFixed(2);
},
},
{
Header: (
Expand Down

0 comments on commit cf2d777

Please sign in to comment.