Skip to content

Commit

Permalink
style: fix eslint issue in SettingsNavigationTabItem (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored May 8, 2023
1 parent 34e3e69 commit 23da881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/SettingsNavigationTabItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</v-col>
<v-col class="py-2">
<settings-row :title="title" :sub-title="subtitle" :dynamic-slot-width="true">
<v-icon :color="checkboxColor" v-html="checkboxIcon" @click="changeVisibility" />
<v-icon :color="checkboxColor" @click="changeVisibility" v-html="checkboxIcon" />
</settings-row>
</v-col>
</v-row>
Expand Down

0 comments on commit 23da881

Please sign in to comment.