Shun Miyazawa 2 سال پیش
والد
کامیت
f0d87cbde6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/app/src/components/Sidebar/InAppNotification/InAppNotificationSubstance.tsx

+ 1 - 0
apps/app/src/components/Sidebar/InAppNotification/InAppNotificationSubstance.tsx

@@ -5,6 +5,7 @@ import { useSWRxInAppNotifications } from '~/stores/in-app-notification';
 
 export const InAppNotificationSubstance = (): JSX.Element => {
 
+  // TODO: Infinite scroll implemented (https://redmine.weseek.co.jp/issues/138057)
   const { data: inAppNotificationData } = useSWRxInAppNotifications(6, undefined, undefined, { revalidateOnFocus: true });
 
   return (