We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273a115 commit c281d4aCopy full SHA for c281d4a
app/components/Scan.vue
@@ -311,7 +311,7 @@ function now() {
311
<div v-if="k" relative h-2 max-w-150 rounded-lg bg-black:75 text-white font-mono shadow>
312
<div
313
absolute inset-y-0 h-full bg-green border="~ green4 rounded-lg"
314
- :style="{ width: `${decodedBlocks === k ? 100 : (Math.min(1, receivedBytes / length * 0.66) * 100).toFixed(2)}%` }"
+ :style="{ width: `${decodedBlocks === k ? 100 : (Math.min(1, receivedBytes / bytes * 0.66) * 100).toFixed(2)}%` }"
315
/>
316
</div>
317
0 commit comments