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 (