mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: retrieval of state
This commit is contained in:
@@ -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),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user