.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user