fix spaces

This commit is contained in:
Denis Mishankov 2022-10-17 20:36:52 +03:00
parent c7871427c3
commit 7313aa6563

View File

@ -78,10 +78,10 @@ export default {
title() {
if (this.type === "720") {
return `30 ${this.$t("-day")}`;
return `30${this.$t("-day")}`;
}
return `24 ${this.$t("-hour")}`;
return `24${this.$t("-hour")}`;
}
},
};