diff --git a/src/views/Dashboard/DashboardProject.js b/src/views/Dashboard/DashboardProject.js index a061d1d..74a55cb 100644 --- a/src/views/Dashboard/DashboardProject.js +++ b/src/views/Dashboard/DashboardProject.js @@ -562,17 +562,6 @@ const DashboardProject = () => { return (
- } - alwaysShowTitle={true} - > - handleRedirect()} - > - - - diff --git a/src/views/SimproV2/Gantt/index.js b/src/views/SimproV2/Gantt/index.js index ef501be..2dbf026 100644 --- a/src/views/SimproV2/Gantt/index.js +++ b/src/views/SimproV2/Gantt/index.js @@ -100,18 +100,6 @@ const Gantt = (props) => {
{ready && }
- } - alwaysShowTitle={true} - style={{bottom: 50, right: 24}} - > - handleRedirect()} - > - - - ); }