kaori 4 лет назад
Родитель
Сommit
10a5bf095e

+ 0 - 1
packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

@@ -75,7 +75,6 @@ const InAppNotificationPageBody: FC<Props> = (props) => {
 
         {notificationData.totalDocs > 0
           && (
-
             <PaginationWrapper
               activePage={activePage}
               changePage={setAllNotificationPageNumber}