kaori пре 4 година
родитељ
комит
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 (