Skip to content

Commit

Permalink
style: fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Sep 30, 2023
1 parent af7e801 commit f0e4151
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/spa/src/pages/TeamMembers/TeamMemberDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ const TeamMemberDashboard = () => {
const { teamMemberId } = useParams()
const [searchParams] = useSearchParams()

const today = new Date()
const monthAgo = new Date(new Date().setDate(new Date().getDate() - 30))

const effortsFilters: FieldValues = {
fromDate: searchParams.get("fromDate"),
untilDate: searchParams.get("untilDate"),
Expand Down

0 comments on commit f0e4151

Please sign in to comment.