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