Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeShi42 committed Jan 5, 2024
1 parent 746382d commit e857cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/ServiceDashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { Card, Grid, Group, Select, Tabs } from '@mantine/core';

import AppNav from './AppNav';
import {
convertDateRangeToGranularityString,
ERROR_RATE_PERCENTAGE_NUMBER_FORMAT,
INTEGER_NUMBER_FORMAT,
MS_NUMBER_FORMAT,
convertDateRangeToGranularityString,
} from './ChartUtils';
import {
K8S_CPU_PERCENTAGE_NUMBER_FORMAT,
Expand Down

0 comments on commit e857cf9

Please sign in to comment.