fix: retrieval of state

This commit is contained in:
SethBurkart123
2025-07-02 06:34:45 +10:00
parent de9c6bc481
commit 43a780de8e
2 changed files with 405 additions and 27 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const handleNotificationClick = async (target: HTMLElement) => {
if (!buttonId) return;
const matchingNotification =
notificationList.storeState.notifications.items.find(
notificationList.items.find(
(item: any) => item.notificationID === parseInt(buttonId),
);