From d9786119805d53bfedc4646e4d0baa9e421b6679 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 11:19:17 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,