Remove useless span
This commit is contained in:
parent
3609cc40be
commit
c2b9e9f73f
@ -38,14 +38,7 @@ export default function ScoreStats() {
|
||||
<div>
|
||||
<p>Combo: {combo}</p>
|
||||
<p>
|
||||
<span
|
||||
style={{
|
||||
marginRight: "6px",
|
||||
}}
|
||||
>
|
||||
{getFormattedScorePercent(percentage)}
|
||||
</span>
|
||||
{percentage}%
|
||||
{getFormattedScorePercent(percentage)} {percentage}%
|
||||
</p>
|
||||
{currentPP !== undefined ? <p>{currentPP.toFixed(0)}pp</p> : null}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user