Произошла непредвиденная ошибка
-
+
Вернуться назад
diff --git a/src/index.js b/src/index.js
index f7ad3428..ee6aaa8c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,9 +1,9 @@
import React from "react";
import ReactDOM from "react-dom/client";
import { Provider } from "react-redux";
-import ErrorBoundary from "./hoc/ErrorBoundary";
import App from "./App";
+import ErrorBoundary from "./hoc/ErrorBoundary";
import "./index.css";
import { store } from "./store/store";
diff --git a/src/pages/PartnerСategories/PartnerСategories.jsx b/src/pages/PartnerСategories/PartnerСategories.jsx
index 9ab29312..8799a793 100644
--- a/src/pages/PartnerСategories/PartnerСategories.jsx
+++ b/src/pages/PartnerСategories/PartnerСategories.jsx
@@ -1,5 +1,6 @@
import { getTheme } from "@table-library/react-table-library/baseline";
import { CompactTable } from "@table-library/react-table-library/compact";
+import { usePagination } from "@table-library/react-table-library/pagination";
import { useSort } from "@table-library/react-table-library/sort";
import { useTheme } from "@table-library/react-table-library/theme";
import React, { useEffect, useState } from "react";
@@ -14,7 +15,6 @@ import { Loader } from "@components/Common/Loader/Loader";
import { Navigation } from "@components/Navigation/Navigation";
import { ProfileBreadcrumbs } from "@components/ProfileBreadcrumbs/ProfileBreadcrumbs";
import { ProfileHeader } from "@components/ProfileHeader/ProfileHeader";
-import { usePagination } from "@table-library/react-table-library/pagination";
import rightArrow from "assets/icons/arrows/arrowRight.svg";
@@ -105,7 +105,7 @@ export const PartnerCategories = () => {
const pagination = usePagination(data, {
state: {
page: 0,
- size: 5,
+ size: 5
}
});
@@ -270,7 +270,9 @@ export const PartnerCategories = () => {
pagination={pagination}
/>
- Total Pages: {pagination.state.getTotalPages(data.nodes)}
+
+ Total Pages: {pagination.state.getTotalPages(data.nodes)}
+
Page:{" "}
@@ -279,7 +281,8 @@ export const PartnerCategories = () => {
key={index}
type="button"
style={{
- fontWeight: pagination.state.page === index ? "bold" : "normal",
+ fontWeight:
+ pagination.state.page === index ? "bold" : "normal"
}}
onClick={() => pagination.fns.onSetPage(index)}
>