Remove useless span

This commit is contained in:
Liam 2022-10-29 15:49:47 +01:00
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>