Skip to content

Commit

Permalink
Merge pull request #266 from manipalutsav/feature-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikpai authored Feb 25, 2024
2 parents 6e0b20e + a40b48e commit 084133b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/commons/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ const SidebarItems = ({ backupName, backupData }) => (
}}>
<SidebarItem to="/" title="HOME" />
<SidebarItem to="/register" title="REGISTER" />
<SidebarItem to="/teams" title="TEAMS" />
<SidebarItem to="/slots" title="SLOTS" />
{/* <SidebarItem to="/teams" title="TEAMS" /> */}
{/* <SidebarItem to="/slots" title="SLOTS" /> */}
<SidebarItem to="/volunteers" title="VOLUNTEERS" />
<SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" />
{/* <SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" /> */}
{/* <SidebarItem to="/practice-slots/public" title="PRACTICE SLOTS" /> */}
<SidebarItem to="/certificates" title="Certificates" />
{/* <SidebarItem to="/certificates" title="Certificates" /> */}
<SidebarSeparator />
{/* <li style={{ fontSize: "0.5em", color: "#999", paddingTop: "20px", paddingLeft: "50px" }}>Admin</li> */}
{/* <Dropdown options={options} onChange={this._onSelect} value={defaultOption} placeholder="Select an option" />;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Volunteer/CoreVolunteer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ class CoreVolunteer extends React.Component {
<div>
<div>
<h2 className="mucapp">Core Volunteers</h2>
<button className="mucapp" onClick={this.downloadAll}>
{/* <button className="mucapp" onClick={this.downloadAll}>
{this.state.downloadButtonName}
</button>
</button> */}
</div>
</div>
<div className="coreVolunteers">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Volunteer/Volunteer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ class Volunteer extends React.Component {
<h2 className="mucapp">
{keyToDisplay(this.props.type)} Volunteers
</h2>
{this.props.type == "event" && (
{/* {this.props.type == "event" && (
<button className="mucapp" onClick={this.downloadAll}>
{this.state.downloadButtonName}
</button>
)}
)} */}
</div>
</div>
<div className="coreVolunteers">
Expand Down

0 comments on commit 084133b

Please sign in to comment.