add loading indicator, inactive and banned indicators
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@ -27,7 +27,7 @@ module.exports = {
|
||||
author: "fascinated7 (discord)",
|
||||
"run-at": "document-end",
|
||||
match: "https://scoresaber.com/*",
|
||||
version: `1.0.0-${process.env.GIT_REV.substring(0, 7) || "dev"}`,
|
||||
version: `1.0.0-${process.env.GIT_REV ? process.env.GIT_REV.substring(0, 7) : "dev"}`,
|
||||
}
|
||||
})
|
||||
],
|
||||
|
Reference in New Issue
Block a user