Skip to content

Commit

Permalink
fix: lint (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela authored Jul 24, 2023
1 parent 49bf5ad commit 39706f9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,10 @@ const DownloadButton: FC<{
loadState.mirrorIndex
}(延迟:${+loadState.mirrorLatency.toFixed(3)} ms${
loadState.mirrorSpeed > 0
? `,测速:${+(loadState.mirrorSpeed / 1024 / 1024 * 1000).toFixed(
3,
)} MiB/s`
? `,测速:${+(
(loadState.mirrorSpeed / 1024 / 1024) *
1000
).toFixed(3)} MiB/s`
: ''
})下载……`}
/>
Expand Down

0 comments on commit 39706f9

Please sign in to comment.