Skip to content

Commit

Permalink
remove old babel.config.js and fix require 'v-bind:key' directives wa…
Browse files Browse the repository at this point in the history
…rning
  • Loading branch information
pietheinstrengholt committed Nov 22, 2023
1 parent 6f2696b commit cd72f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions client/babel.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/components/Home.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div id="articles" :class="{ completed: this.store.currentSelection.status == 'unread' && container.length == pool.length && container.length != 0 }">
<Article v-for="article in articles" v-bind="article"/>
<Article v-for="article in articles" v-bind="article" :key="article.id"/>
</div>
<infinite-loading v-if="firstLoad" ref="infiniteLoading" @infinite="infiniteHandler">
<template v-slot:no-more>
Expand Down

0 comments on commit cd72f42

Please sign in to comment.