liniting
This commit is contained in:
parent
26e0657ede
commit
844d7ac69f
@ -12,11 +12,10 @@ const raidRequirements = computed(() => raidCalculations[raidType.value].require
|
|||||||
const inputsValid = computed(() => validateSetup());
|
const inputsValid = computed(() => validateSetup());
|
||||||
|
|
||||||
const totalStripes = computed(() => {
|
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