diff --git a/src/components/LoginPage.js b/src/components/LoginPage.js index c0833a7..bb75e96 100644 --- a/src/components/LoginPage.js +++ b/src/components/LoginPage.js @@ -261,7 +261,7 @@ const LoginPage = () => { ); return ( - + <> { className="input" /> {serverVersion} - + ); }; diff --git a/src/components/RoomDirectory.js b/src/components/RoomDirectory.js index ca014b8..42053d7 100644 --- a/src/components/RoomDirectory.js +++ b/src/components/RoomDirectory.js @@ -1,4 +1,4 @@ -import React, { Fragment } from "react"; +import React from "react"; import { Avatar } from "@mui/material"; import FolderSharedIcon from "@mui/icons-material/FolderShared"; import { @@ -128,11 +128,7 @@ export const RoomDirectorySaveButton = () => { ); }; -const RoomDirectoryBulkActionButtons = () => ( - - - -); +const RoomDirectoryBulkActionButtons = () => ; const AvatarField = ({ source, sx }) => { const record = useRecordContext(); diff --git a/src/components/ServerNotices.js b/src/components/ServerNotices.js index 9ce675e..751bada 100644 --- a/src/components/ServerNotices.js +++ b/src/components/ServerNotices.js @@ -1,4 +1,4 @@ -import React, { Fragment, useState } from "react"; +import React, { useState } from "react"; import { Button, SaveButton, @@ -93,7 +93,7 @@ export const ServerNoticeButton = () => { }; return ( - + <>