Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris authored and densumesh committed Jul 12, 2024
1 parent d12a408 commit 90c9f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/analytics/src/components/charts/QueryCounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { getQueryCounts } from "../../api/analytics";
import { toTitleCase } from "../../utils/titleCase";
import { Select } from "shared/ui";
import { DateRangeOption, dateRanges } from "../FilterBar";
import { formatDateForApi } from "../../utils/formatDate";

const displaySearchType = (type: SearchTypeCount["search_type"]) => {
switch (type) {
Expand Down

0 comments on commit 90c9f7a

Please sign in to comment.