Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
# Conflicts: # src/entities/alarm/ui/alarm-item.tsx # src/entities/alarm/ui/alarm-list.tsx
This commit is contained in:
@@ -103,6 +103,7 @@ export const AlarmList = ({
|
||||
for(let i=0;i<resultList.length;i++){
|
||||
rs.push(
|
||||
<AlarmItem
|
||||
key={i}
|
||||
appNotificationSequence={ resultList[i]?.appNotificationSequence }
|
||||
appNotificationCategory={ resultList[i]?.appNotificationCategory }
|
||||
notificationReceivedDate={ resultList[i]?.notificationReceivedDate }
|
||||
|
||||
Reference in New Issue
Block a user