mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
export function gems (store) {
|
|
return store.state.user.balance * 4;
|
|
} |