알림 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user