This commit is contained in:
focp212@naver.com
2025-11-04 17:13:14 +09:00
parent 93c1f0580e
commit 6716329582

View File

@@ -101,7 +101,7 @@ export const AlarmList = ({
for(let i=0;i<resultList.length;i++){
rs.push(
<AlarmItem
key={i}
key={ 'alarm_key_' + resultList[i]?.appNotificationSequence }
appNotificationSequence={ resultList[i]?.appNotificationSequence }
appNotificationCategory={ resultList[i]?.appNotificationCategory }
notificationReceivedDate={ resultList[i]?.notificationReceivedDate }