format file
This commit is contained in:
parent
d00294f2f0
commit
6d33755e9e
1 changed files with 4 additions and 1 deletions
|
|
@ -557,7 +557,10 @@ function CheckNotches(divId, totalNotches = 3, filledNotches = 0) {
|
|||
*/
|
||||
function CheckIfDataTrue(divId, dataObject, playerData) {
|
||||
|
||||
let {textPrefix, textSuffix} = "";
|
||||
let {
|
||||
textPrefix,
|
||||
textSuffix
|
||||
} = "";
|
||||
|
||||
for (let i in dataObject) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue