Skip to content

Commit 54d9351

Browse files
committed
always show description
1 parent 43da51f commit 54d9351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/raid-calculator/raid-calculator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function formatBytes(bytes: number, decimals = 2) {
8888
/>
8989
</n-form-item>
9090
<p class="raidError" v-if="!inputsValid">{{ raidRequirements }}</p>
91-
<p v-else v-html="raidInfo"></p>
91+
<p v-html="raidInfo"></p>
9292
</c-card>
9393
<c-card title="Results">
9494
<n-statistic label="Capacity" mb-2 v-if="inputsValid">

0 commit comments

Comments
 (0)