added economy-graph
This commit is contained in:
@@ -31,6 +31,10 @@ export const checkStatEmpty = (stat) => {
|
||||
return 0
|
||||
}
|
||||
|
||||
export const FixMapName = (map) => {
|
||||
return map.split('_')[1].replace(/^\w/, c => c.toUpperCase());
|
||||
}
|
||||
|
||||
export const getPlayerArr = (stats, team, color) => {
|
||||
let arr = []
|
||||
for (let i = (team - 1) * 5; i < team * 5; i++) {
|
||||
|
Reference in New Issue
Block a user