add compose box to email
This commit is contained in:
@@ -11,6 +11,9 @@ exports.helpers = {
|
||||
unknown: "playerUnknownCount"
|
||||
}[status.toLowerCase()]
|
||||
return (availabilitySummary[attribute]/availabilitySummary.team.playerMemberCount)*100.0
|
||||
},
|
||||
isAway: (event) => {
|
||||
return event.gameType == "Away";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user