1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00

プロモーション増殖バグ修正

This commit is contained in:
syuilo 2020-12-30 17:31:59 +09:00
parent 899e2c73d7
commit e763c6e661

View file

@ -49,7 +49,7 @@ export default defineComponent({
const el = this.$slots.default({
item: item
})[0];
el.key = item.id;
if (el.key == null && item.id) el.key = item.id;
if (
i != this.items.length - 1 &&