Skip to content

Commit 3e7667f

Browse files
slusarzsirainen
authored andcommitted
settings: Default settings changes
1 parent 0447d4f commit 3e7667f

File tree

3 files changed

+61
-43
lines changed

3 files changed

+61
-43
lines changed

components/SettingsComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const d = Object.fromEntries(Object.entries(data).filter(([k, v]) =>
7878
<tr v-if="!v.no_default">
7979
<th>Default</th>
8080
<td>
81-
<span v-if="v.default !== undefined" v-html="v.default" />
81+
<span v-if="v.default !== undefined && (v.default != '')" v-html="v.default" />
8282
<em v-else>[None]</em>
8383
</td>
8484
</tr>

0 commit comments

Comments
 (0)