فهرست منبع

success to use swr

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>
     );
   }
-  const notifications = inAppNotificationdata.docs;
+  const notifications = inAppNotificationdata.data.docs;
   console.log('notifications!!', notifications);
 
   return (