Shun Miyazawa 2 tahun lalu
induk
melakukan
f0d87cbde6

+ 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 => {
 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 });
   const { data: inAppNotificationData } = useSWRxInAppNotifications(6, undefined, undefined, { revalidateOnFocus: true });
 
 
   return (
   return (