liniting
This commit is contained in:
parent
26e0657ede
commit
844d7ac69f
@ -15,8 +15,7 @@ const totalStripes = computed(() => {
|
|||||||
if (inputsValid.value) {
|
if (inputsValid.value) {
|
||||||
return `${diskTotal.value / diskPerStripe.value} stripes total`;
|
return `${diskTotal.value / diskPerStripe.value} stripes total`;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
{
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user