kaori 4 лет назад
Родитель
Сommit
30cf6061ad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/InAppNotification/AllInAppNotifications.tsx

+ 1 - 1
packages/app/src/components/InAppNotification/AllInAppNotifications.tsx

@@ -51,7 +51,7 @@ const AllInAppNotifications: FC<Props> = (props: Props) => {
       </div>
       </div>
     );
     );
   }
   }
-  const notifications = inAppNotificationdata.docs;
+  const notifications = inAppNotificationdata.data.docs;
   console.log('notifications!!', notifications);
   console.log('notifications!!', notifications);
 
 
   return (
   return (