From 1cb2560f96351714f4372dfb16832aaaf2b15ce7 Mon Sep 17 00:00:00 2001
From: dklimpel <5740567+dklimpel@users.noreply.github.com>
Date: Mon, 5 Feb 2024 22:02:06 +0100
Subject: [PATCH] updte Pagination
---
src/components/EventReports.js | 4 ++--
src/components/RoomDirectory.js | 4 ++--
src/components/destinations.js | 4 ++--
src/components/rooms.js | 4 ++--
src/components/statistics.js | 4 ++--
src/components/users.js | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/components/EventReports.js b/src/components/EventReports.js
index c2404bb..ea636c4 100644
--- a/src/components/EventReports.js
+++ b/src/components/EventReports.js
@@ -24,8 +24,8 @@ const date_format = {
second: "2-digit",
};
-const ReportPagination = props => (
-
+const ReportPagination = () => (
+
);
export const ReportShow = props => {
diff --git a/src/components/RoomDirectory.js b/src/components/RoomDirectory.js
index aac42df..c7c69cc 100644
--- a/src/components/RoomDirectory.js
+++ b/src/components/RoomDirectory.js
@@ -24,8 +24,8 @@ import {
import { useMutation } from "react-query";
import AvatarField from "./AvatarField";
-const RoomDirectoryPagination = props => (
-
+const RoomDirectoryPagination = () => (
+
);
export const RoomDirectoryDeleteButton = props => {
diff --git a/src/components/destinations.js b/src/components/destinations.js
index 3934809..35219b8 100644
--- a/src/components/destinations.js
+++ b/src/components/destinations.js
@@ -24,8 +24,8 @@ import AutorenewIcon from "@mui/icons-material/Autorenew";
import FolderSharedIcon from "@mui/icons-material/FolderShared";
import ViewListIcon from "@mui/icons-material/ViewList";
-const DestinationPagination = props => (
-
+const DestinationPagination = () => (
+
);
const date_format = {
diff --git a/src/components/rooms.js b/src/components/rooms.js
index 10b87fa..a091593 100644
--- a/src/components/rooms.js
+++ b/src/components/rooms.js
@@ -51,8 +51,8 @@ const date_format = {
second: "2-digit",
};
-const RoomPagination = props => (
-
+const RoomPagination = () => (
+
);
const RoomTitle = props => {
diff --git a/src/components/statistics.js b/src/components/statistics.js
index 8a3492e..9b647cc 100644
--- a/src/components/statistics.js
+++ b/src/components/statistics.js
@@ -47,8 +47,8 @@ const ListActions = props => {
);
};
-const UserMediaStatsPagination = props => (
-
+const UserMediaStatsPagination = () => (
+
);
const UserMediaStatsFilter = props => (
diff --git a/src/components/users.js b/src/components/users.js
index bf198f5..e64157c 100644
--- a/src/components/users.js
+++ b/src/components/users.js
@@ -121,8 +121,8 @@ UserListActions.defaultProps = {
onUnselectItems: () => null,
};
-const UserPagination = props => (
-
+const UserPagination = () => (
+
);
const UserFilter = props => (