Manual fixes

This commit is contained in:
Adam Stachowicz
2021-07-27 19:53:59 +02:00
parent 9648d700d7
commit 4c8fdd07d9
15 changed files with 15 additions and 41 deletions

View File

@@ -17,8 +17,8 @@ export default {
} if (this.status === 2) {
return "warning"
}
return "secondary"
return "secondary"
},
text() {
@@ -29,8 +29,8 @@ export default {
} if (this.status === 2) {
return "Pending"
}
return "Unknown"
return "Unknown"
},
},
}