Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-02-12 15:42:47 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-02-12 15:42:47 +0300
commit9cb09499d65773134fb54201fee6f56216860a90 (patch)
tree9baee0356f9469f60da3f7cc211cec36e938bb20 /src
parent1b79ba3e963c2e187d3e9ad56c1a0b09392c4690 (diff)
Fix vue/no-useless-template-attributes
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/Trashbin.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Trashbin.vue b/src/components/AppNavigation/Trashbin.vue
index d4e26767..e8b1048f 100644
--- a/src/components/AppNavigation/Trashbin.vue
+++ b/src/components/AppNavigation/Trashbin.vue
@@ -52,7 +52,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<div class="table__header">
&nbsp;
</div>
- <template v-for="item in items" class="row">
+ <template v-for="item in items">
<div :key="`${item.url}desc`" class="table__body">
<div class="icon-bullet"
:style="{ 'background-color': item.color }" />