Skip to content

Commit

Permalink
Replace "guests-list" id with class
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet and Pytal authored Aug 20, 2024
1 parent 765e994 commit 2ca75c8
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 id="guests-list" v-if="loaded && !error">
<div class="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 "class"
<table v-if="guests.length" class="table">
<thead>
<tr>
Expand Down

0 comments on commit 2ca75c8

Please sign in to comment.