kaori 4 سال پیش
والد
کامیت
0f7a228f39
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/InAppNotification/InAppNotificationList.tsx

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

@@ -5,7 +5,7 @@ import { IInAppNotification } from '../../interfaces/in-app-notification';
 import { InAppNotification } from './InAppNotification';
 
 type Props = {
-  inAppNotificationData: PaginateResult<IInAppNotification>;
+  inAppNotificationData: PaginateResult<IInAppNotification> | undefined;
 };
 
 const InAppNotificationList: FC<Props> = (props: Props) => {