fix: missing key in loops

This commit is contained in:
Huskydog9988
2025-04-12 16:03:35 -04:00
parent ed0562cb00
commit 48c41953dc
11 changed files with 38 additions and 25 deletions
+1
View File
@@ -17,6 +17,7 @@
v-for="[name, link] in notification.actions.map((e) =>
e.split('|')
)"
:key="name"
type="button"
:href="link"
class="rounded-md text-sm font-medium text-blue-600 hover:text-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"