From e65f605f1bbb5622cf0833b91dd5d03c6cd81858 Mon Sep 17 00:00:00 2001 From: Ajoy10 Date: Sun, 25 Feb 2024 19:10:16 +0530 Subject: [PATCH 1/2] Disabled unwanted links from sidebar --- src/commons/Sidebar/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commons/Sidebar/index.jsx b/src/commons/Sidebar/index.jsx index e8bdd14..bed08c9 100644 --- a/src/commons/Sidebar/index.jsx +++ b/src/commons/Sidebar/index.jsx @@ -73,12 +73,12 @@ const SidebarItems = ({ backupName, backupData }) => ( }}> - - + {/* */} + {/* */} - + {/* */} {/* */} - + {/* */} {/*
  • Admin
  • */} {/* ; From a40b48ef07e1ae257708d6f51530d4af18cb352b Mon Sep 17 00:00:00 2001 From: Ajoy10 Date: Sun, 25 Feb 2024 19:13:43 +0530 Subject: [PATCH 2/2] Disabled download certificates from volunteers page --- src/components/Volunteer/CoreVolunteer.jsx | 4 ++-- src/components/Volunteer/Volunteer.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Volunteer/CoreVolunteer.jsx b/src/components/Volunteer/CoreVolunteer.jsx index 55e7d4c..9fff1a3 100644 --- a/src/components/Volunteer/CoreVolunteer.jsx +++ b/src/components/Volunteer/CoreVolunteer.jsx @@ -205,9 +205,9 @@ class CoreVolunteer extends React.Component {

    Core Volunteers

    - + */}
    diff --git a/src/components/Volunteer/Volunteer.jsx b/src/components/Volunteer/Volunteer.jsx index cd0658e..fea5fec 100644 --- a/src/components/Volunteer/Volunteer.jsx +++ b/src/components/Volunteer/Volunteer.jsx @@ -211,11 +211,11 @@ class Volunteer extends React.Component {

    {keyToDisplay(this.props.type)} Volunteers

    - {this.props.type == "event" && ( + {/* {this.props.type == "event" && ( - )} + )} */}