diff --git a/plugins/card-resources/src/components/CardFeedView.svelte b/plugins/card-resources/src/components/CardFeedView.svelte index aced1e8e15b..8bad60c4354 100644 --- a/plugins/card-resources/src/components/CardFeedView.svelte +++ b/plugins/card-resources/src/components/CardFeedView.svelte @@ -17,7 +17,7 @@ import ui, { Label, Scroller, Loading } from '@hcengineering/ui' import card from '@hcengineering/card' - import HomeCardPresenter from './FeedCardPresenter.svelte' + import FeedCardPresenter from './FeedCardPresenter.svelte' import NewCardForm from './NewCardForm.svelte' const cardsQuery = createQuery() @@ -135,7 +135,9 @@ {/if} {/if} - + {#key card._id} + + {/key} {/each} {#if isLoading}