diff --git a/src/components/VaultHunter/selectors.js b/src/components/VaultHunter/selectors.js index 4392023..34382fc 100644 --- a/src/components/VaultHunter/selectors.js +++ b/src/components/VaultHunter/selectors.js @@ -1,3 +1,3 @@ export function getLevel (state) { - return state.invested.reduce((total, current) => total + current, 3); + return state.invested.reduce((total, current) => total + current, 2); };