mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
commit
f5a398df49
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
export function getLevel (state) {
|
export function getLevel (state) {
|
||||||
return state.invested.reduce((total, current) => total + current, 3);
|
return state.invested.reduce((total, current) => total + current, 2);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue