Skip to content

Commit

Permalink
fix: remove useless value
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Sep 3, 2021
1 parent 65f84bb commit 7994b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Projects/BandwidthMixChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { apiFetchProjectStaticsOfRange } from '../../../core/data/api'
import { RangeChartData } from '../../../core/types/classes/project'
import { RequestType } from '../../../core/enum'
import EmptySample from '../../../shared/components/EmptySample'
import { formatBandwidth, formatSize } from '../../../shared/utils/index'
import { formatSize } from '../../../shared/utils/index'

enum rangeEnum {
'24hours' = '24-hours',
Expand Down

0 comments on commit 7994b42

Please sign in to comment.