diff --git a/src/components/RoomDirectory.js b/src/components/RoomDirectory.js index aac42df..84d4027 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 FolderSharedIcon from "@mui/icons-material/FolderShared"; import { BooleanField, @@ -130,11 +130,7 @@ export const RoomDirectorySaveButton = () => { ); }; -const RoomDirectoryBulkActionButtons = () => ( - - - -); +const RoomDirectoryBulkActionButtons = () => ; const RoomDirectoryListActions = () => ( diff --git a/src/components/ServerNotices.js b/src/components/ServerNotices.js index 631a849..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 ( - + <>