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> <div>
<p>Combo: {combo}</p> <p>Combo: {combo}</p>
<p> <p>
<span {getFormattedScorePercent(percentage)} {percentage}%
style={{
marginRight: "6px",
}}
>
{getFormattedScorePercent(percentage)}
</span>
{percentage}%
</p> </p>
{currentPP !== undefined ? <p>{currentPP.toFixed(0)}pp</p> : null} {currentPP !== undefined ? <p>{currentPP.toFixed(0)}pp</p> : null}
</div> </div>