Skip to content

Commit

Permalink
style: fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Dec 6, 2023
1 parent 533c8bd commit cb2bda5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/spa/src/components/TeamMemberDashboardCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import TeamMemberEffortDailyData from "../modules/teamMember/components/TeamMemb
import { LineChart } from "./charts/LineChart"
import { SliceTooltipProps } from "@nivo/line"
import LineChartTooltip from "./charts/tooltips/LineChartTooltip"
import { formatCurrency } from "../lib/currency"

type TeamMemberDashboardChartsProps = {
teamMember: TeamMember
Expand Down
2 changes: 0 additions & 2 deletions app/spa/src/pages/Teams/MemberEfficiencyTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
InputLabel,
Link,
Select,
TableCell,
} from "@mui/material"
import { useForm } from "react-hook-form"
import SearchIcon from "@mui/icons-material/Search"
Expand All @@ -24,7 +23,6 @@ import { MembershipEfficiencyData, Team } from "../../modules/team/team.types"
import Table from "../../components/ui/Table"
import { FormElement } from "../../components/ui/Form"
import EditOutlinedIcon from "@mui/icons-material/EditOutlined"
import { formatCurrency } from "../../lib/currency"

const MemberEfficiencyTable = () => {
const { t } = useTranslation("teamMembers")
Expand Down
2 changes: 0 additions & 2 deletions app/spa/src/pages/Teams/TeamDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { Demand } from "../../modules/demand/demand.types"
import TeamBasicPage from "../../modules/team/components/TeamBasicPage"
import { Team } from "../../modules/team/team.types"
import MemberGeneralInfo from "./MemberGeneralInfo"
import { formatCurrency } from "../../lib/currency"

const TEAM_DASHBOARD_QUERY = gql`
query TeamDashboard($teamId: ID!, $startDate: ISO8601Date, $endDate: ISO8601Date) {
Expand Down Expand Up @@ -249,7 +248,6 @@ const TeamDashboard = () => {
}
}) ?? []

const num = 2
return (
<TeamBasicPage
breadcrumbsLinks={breadcrumbsLinks}
Expand Down

0 comments on commit cb2bda5

Please sign in to comment.