mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
export function userGems (store) {
|
|
return store.state.user.balance * 4;
|
|
} |