fix: (regression 0.47.0) admin/home: console warning on update
Massimo Melina committed
Jul 22, 2023 at 12:53 UTC
f219e19c8fac715cc16420984ff3be306265fdb6
1 file changed
+1
-1
admin/src/HomePage.ts
+1
-1
@@ -114,7 +114,7 @@ export default function HomePage() {
114
: newer && !status.updatePossible ? entry('', `Version ${newer.name} available`)
115
: h(Flex, { vert: true },
116
updates.map((x: any) =>
117
- h(Flex, { alignItems: 'flex-start', flexWrap: 'wrap' },
117
+ h(Flex, { key: x.name, alignItems: 'flex-start', flexWrap: 'wrap' },
118
h(Card, {},
119
h(CardContent, {},
120
h(Btn, {