Add key do description to not leak any state through card change
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
type="deck-card" />
|
||||
</div>
|
||||
|
||||
<Description :card="card" />
|
||||
<Description :key="card.id" :card="card" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user