Fix lint
This commit is contained in:
parent
83e1e4dfb2
commit
5ca370e395
2 changed files with 1 additions and 2 deletions
|
@ -572,7 +572,6 @@ export class VideoStatsComponent implements OnInit {
|
|||
if (graphId === 'aggregateWatchTime') return secondsToTime(+value)
|
||||
if (graphId === 'countries' && scale) return scale.getLabelForValue(value as number)
|
||||
|
||||
|
||||
return value.toLocaleString(this.localeId)
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import {
|
|||
} from '@app/shared/shared-main'
|
||||
import { LiveVideoService } from '@app/shared/shared-video-live'
|
||||
import { LoadingBarService } from '@ngx-loading-bar/core'
|
||||
import { pick, simpleObjectsDeepEqual } from '@peertube/peertube-core-utils'
|
||||
import { simpleObjectsDeepEqual } from '@peertube/peertube-core-utils'
|
||||
import { HttpStatusCode, LiveVideo, LiveVideoUpdate, VideoPrivacy, VideoSource, VideoState } from '@peertube/peertube-models'
|
||||
import { hydrateFormFromVideo } from './shared/video-edit-utils'
|
||||
import { VideoUploadService } from './shared/video-upload.service'
|
||||
|
|
Loading…
Reference in a new issue