Remove useless span
This commit is contained in:
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>
|
||||||
|
Reference in New Issue
Block a user