Some code cleanup

This commit is contained in:
RemixDev
2022-02-04 15:36:30 +01:00
parent cc04bfe565
commit 06a26a007c
6 changed files with 6 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ const i18n = new VueI18n({
return 1
}
if (n1 == 1) {
if (n1 === 1) {
return 0
}