From a18b2cfb6072f07c98800ef4a46ebbc2e6948463 Mon Sep 17 00:00:00 2001 From: Saksham Date: Mon, 4 Nov 2024 11:41:35 +0100 Subject: [PATCH] semantic-ui: CommunitySelectionModal: Remove unused Footer component --- .../CommunitySelectionFooter.js | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/components/CommunitySelectionModal/CommunitySelectionFooter.js diff --git a/invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/components/CommunitySelectionModal/CommunitySelectionFooter.js b/invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/components/CommunitySelectionModal/CommunitySelectionFooter.js deleted file mode 100644 index fe37bebc0..000000000 --- a/invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/components/CommunitySelectionModal/CommunitySelectionFooter.js +++ /dev/null @@ -1,27 +0,0 @@ -// This file is part of Invenio-RDM-Records -// Copyright (C) 2020-2023 CERN. -// -// Invenio-RDM-Records is free software; you can redistribute it and/or modify it -// under the terms of the MIT License; see LICENSE file for more details. - -import React from "react"; -import { Container, Divider, Segment } from "semantic-ui-react"; -import { Trans } from "react-i18next"; - -export const CommunitySelectionFooter = () => { - return ( - <> -