Skip to content

Commit

Permalink
rm unnecessary availability
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeleonardis1 committed Nov 23, 2020
1 parent 6b7ce34 commit d7cdb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Profile/EmployeeProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ class Profile extends React.Component {
) /* Only the employee can change their password */}
</div>
{empShifts}
<h2 className="avail-label">Availability:</h2>
{empAvail}
</div>
);
Expand Down Expand Up @@ -752,6 +751,7 @@ class Availability extends React.Component {

return (
<div className="emp-avail" id="schedule-container">
<h2 className="avail-label">Availability:</h2>
<div id="inner-schedule">
<div></div>
{wkdays}
Expand Down

0 comments on commit d7cdb14

Please sign in to comment.