mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
3 lines
No EOL
71 B
JavaScript
3 lines
No EOL
71 B
JavaScript
export function gems (store) {
|
|
return store.state.user.balance * 4;
|
|
} |