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