Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 15, 2024
1 parent 08bdb4d commit a62f55f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,7 @@ function Footer() {
justifyContent="center"
>
{gameState === "not_installed" ? (
<Paper
sx={{ position: "fixed", bottom: "10%" }}
elevation={3}
>
<Paper sx={{ position: "fixed", bottom: "10%" }} elevation={3}>
Download: {downloadedBytesStart} / {downloadedBytesEnd} @
{downloadedBytesPerSec}/s <br /> Write : {appliedOutputBytesStart} /
{appliedOutputBytesEnd} @ {appliedOutputBytesPerSec}/s
Expand Down

0 comments on commit a62f55f

Please sign in to comment.