diff --git a/frontend/app/components/shared/ProjectDropdown/ProjectDropdown.tsx b/frontend/app/components/shared/ProjectDropdown/ProjectDropdown.tsx
index ee0e73868..3d99d2565 100644
--- a/frontend/app/components/shared/ProjectDropdown/ProjectDropdown.tsx
+++ b/frontend/app/components/shared/ProjectDropdown/ProjectDropdown.tsx
@@ -2,7 +2,7 @@ import {
CaretDownOutlined,
FolderAddOutlined
} from '@ant-design/icons';
-import { Button, Divider, Dropdown, Space, Typography } from 'antd';
+import { Button, Dropdown, MenuProps, Space, Typography } from 'antd';
import cn from 'classnames';
import React from 'react';
import { withRouter } from 'react-router-dom';
@@ -46,12 +46,11 @@ function ProjectDropdown(props: { location: any }) {
showModal(