Skip to content

Commit

Permalink
fix:Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Feb 11, 2025
1 parent 1814980 commit ff67f3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface DashboardHeaderProps {
isManage?: boolean;
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function DashboardHeader({ onUpdateDateRange, onUpdateFilters, title, isManage }: DashboardHeaderProps) {
const handleDateRangeChange = (range: DateRange | undefined) => {
if (range?.from && range?.to) {
Expand Down

0 comments on commit ff67f3e

Please sign in to comment.