diff --git a/client/src/components/Authorization/Login.jsx b/client/src/components/Authorization/Login.jsx index 8444e5e2..5de97046 100644 --- a/client/src/components/Authorization/Login.jsx +++ b/client/src/components/Authorization/Login.jsx @@ -181,7 +181,7 @@ const Login = () => { > {project.dateTrashed ? ( diff --git a/client/src/components/Projects/DownloadProjectModal.jsx b/client/src/components/Projects/DownloadProjectModal.jsx index 8f3e5aeb..e0bf769c 100644 --- a/client/src/components/Projects/DownloadProjectModal.jsx +++ b/client/src/components/Projects/DownloadProjectModal.jsx @@ -6,6 +6,8 @@ import Button from "../Button/Button"; import ModalDialog from "../UI/AriaModal/ModalDialog"; +// This file appears to be obsolete + const useStyles = createUseStyles(theme => ({ buttonFlexBox: { display: "flex", @@ -93,7 +95,7 @@ export default function DownloadProjectModal({
- {/*