@@ -167,9 +167,6 @@ export default {
}
const num = 1024.00 // byte
if (size < num) {
- if(status=== 3){
- return `<span style="color: #9599b1">0B</span>`
- }
return size + "B"
if (size < Math.pow(num, 2)) {