Skip to content

Commit

Permalink
Add missing div id
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet authored Aug 19, 2024
1 parent 351d47b commit 765e994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GuestList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NcSettingsSection :name="t('guests', 'Guests accounts')">
<div v-if="loaded && !error">
<div id="guests-list" v-if="loaded && !error">

Check warning on line 3 in src/components/GuestList.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute "v-if" should go before "id"
<table v-if="guests.length" class="table">
<thead>
<tr>
Expand Down

0 comments on commit 765e994

Please sign in to comment.