From 85ec5100f3c19d3aacae5fa598b48ffbb9fcf1b8 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 9 Jul 2025 15:53:35 -0400 Subject: [PATCH] feat: Update InterestDuplicateNotificationBanner logic and integrate into interest list page --- .../InterestDuplicateNotificationBanner.vue | 17 +++++++++++++---- pages/dashboard/interest-list.vue | 1 + 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/components/InterestDuplicateNotificationBanner.vue b/components/InterestDuplicateNotificationBanner.vue index d7bfd86..3f60523 100644 --- a/components/InterestDuplicateNotificationBanner.vue +++ b/components/InterestDuplicateNotificationBanner.vue @@ -1,6 +1,6 @@