diff --git a/ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx b/ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx index 0aa7442ed4d..c779a0e45e9 100644 --- a/ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx +++ b/ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx @@ -47,7 +47,7 @@ export const useQueryRange = ( queryExpression: string, start: number, end: number, - filterByFunction?: string, + filterByFunction?: string ): IQueryRangeState => { const [state, setState] = useState({ response: null,