Skip to content

Commit

Permalink
Merge branch 'feat/add-list-display-settings' of github.com:jasonhenr…
Browse files Browse the repository at this point in the history
…iquez/FreeTube into feat/add-list-display-settings
  • Loading branch information
kommunarr committed Oct 26, 2023
2 parents 145fd67 + 572c94f commit 8192d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/views/Settings/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<template>
<div>
<template v-if="unlocked">
<div
<template
v-for="(settingsComponent, i) in sortedSettingsSectionComponents"
:key="i"
:key="settingsComponent.type"

Check failure on line 6 in src/renderer/views/Settings/Settings.vue

View workflow job for this annotation

GitHub Actions / lint

'<template v-for>' cannot be keyed. Place the key on real elements instead
>
<hr v-if="i !== 0">
<component
:is="settingsComponent.type"
/>
</div>
</template>
</template>
<password-dialog
v-else
Expand Down

0 comments on commit 8192d6b

Please sign in to comment.