kaori 4 лет назад
Родитель
Сommit
84807552ab
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/app/src/stores/in-app-notification.ts

+ 1 - 0
packages/app/src/stores/in-app-notification.ts

@@ -7,6 +7,7 @@ import { IInAppNotification } from '../interfaces/in-app-notification';
 
 // eslint-disable-next-line @typescript-eslint/no-unused-vars
 export const useSWRxInAppNotifications = <Data, Error>(
+  // TODO: apply pagination by 80107
   limit: number,
 ): SWRResponse<PaginateResult<IInAppNotification>, Error> => {
   return useSWR(