From 0ea0f60197f0e6642a133f3567e20102b1697370 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:01:33 +1000 Subject: [PATCH] fix bug with multiple alerts not dismissing The alerts for multiple events involving slots had non-unique ids and were failing to dismiss. --- src/components/ContractEventAlerts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContractEventAlerts.vue b/src/components/ContractEventAlerts.vue index 7c96319..db021bd 100644 --- a/src/components/ContractEventAlerts.vue +++ b/src/components/ContractEventAlerts.vue @@ -13,7 +13,7 @@ const alerts = defineModel() :key="event + blockNumber + requestId" >