알림 수정

This commit is contained in:
focp212@naver.com
2025-10-28 10:24:02 +09:00
parent d9ebc2c51f
commit b4976ec45c
11 changed files with 115 additions and 25 deletions

View File

@@ -23,6 +23,7 @@ export const ListPage = () => {
let newAppNotificationCategories = appNotificationCategories.filter((value, index) => {
return value.code1 !== '****' && value.code2 === '*';
});
console.log(newAppNotificationCategories)
setAppNotificationCategories(newAppNotificationCategories);
}
};
@@ -51,6 +52,7 @@ export const ListPage = () => {
</div>
<AlarmList
appNotificationCategory={ appNotificationCategory }
appNotificationCategories={ appNotificationCategories }
></AlarmList>
</div>
</main>