diff --git a/src/components/rooms.js b/src/components/rooms.js
index e12e91f..8cac414 100644
--- a/src/components/rooms.js
+++ b/src/components/rooms.js
@@ -2,16 +2,11 @@ import React from "react";
import { Datagrid, List, TextField, Pagination } from "react-admin";
const RoomPagination = props => (
- );
+
+);
export const RoomList = props => (
-
}
- >
+
}>
diff --git a/src/components/users.js b/src/components/users.js
index c56dcfb..e40a20a 100644
--- a/src/components/users.js
+++ b/src/components/users.js
@@ -14,14 +14,12 @@ import {
TextInput,
ReferenceField,
regex,
- Pagination
+ Pagination,
} from "react-admin";
const UserPagination = props => (
- );
+
+);
const UserFilter = props => (