From 57d97a7ae64f2c2fe153416b8ba456bc8a855c1c Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Sun, 29 Mar 2020 20:36:55 +0200 Subject: [PATCH] Fix coding style --- src/components/rooms.js | 11 +++-------- src/components/users.js | 8 +++----- 2 files changed, 6 insertions(+), 13 deletions(-) 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 => (