Skip to content

Commit

Permalink
Resolved Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth9201 committed Jan 11, 2025
1 parent 3ee2f6d commit 0733974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TeamMemberTasks/TeamMemberTask.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const TeamMemberTask = React.memo(
onClick={() => {
setIsTimeOffContentOpen(false);
}}
aria-label="Compress"
>
<FontAwesomeIcon icon={faCompressArrowsAlt} data-testid="icon" />
</button>
Expand Down Expand Up @@ -443,6 +444,7 @@ const TeamMemberTask = React.memo(
className={`expand-time-off-detail-button ${
isTimeOffContentOpen ? 'hidden' : ''
}`}
aria-label="Expand"
onClick={() => setIsTimeOffContentOpen(true)}
>
<FontAwesomeIcon icon={faExpandArrowsAlt} data-testid="icon" />
Expand Down
1 change: 1 addition & 0 deletions src/components/TeamMemberTasks/TeamMemberTasks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ const TeamMemberTasks = React.memo(props => {
style={{
backgroundColor: showWhoHasTimeOff ? '#17a2b8' : 'white',
}}
aria-label="Calender Button"
onClick={handleshowWhoHasTimeOff}
>
<FaCalendarAlt
Expand Down

0 comments on commit 0733974

Please sign in to comment.