adjust food and transport score
This commit is contained in:
parent
66a08806f5
commit
34fe6f144b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ app.controller( 'DashboardCtrl',
|
|||
} else if ( account.match( /^Expenses:Car/ ) ) {
|
||||
return 4;
|
||||
} else if ( account.match( /^Expenses:(Food|Transport)/ ) ) {
|
||||
return 6;
|
||||
return 5;
|
||||
} else if ( account.match( /^Expenses:(Shopping|Leisure)/ ) ) {
|
||||
return 9;
|
||||
} else if ( account.match( /^Expenses:Gadgets/ ) ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue