diff --git a/front/src/utils/time.js b/front/src/utils/time.js index 028131cf4..ca3edbdea 100644 --- a/front/src/utils/time.js +++ b/front/src/utils/time.js @@ -16,7 +16,7 @@ export default { durationFormatted (v) { let duration = parseInt(v) if (duration % 1 !== 0) { - return time.parse(0) + return this.parse(0) } duration = Math.round(duration) return this.parse(duration) diff --git a/front/stats.json b/front/stats.json new file mode 100644 index 000000000..e69de29bb