mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Add library to manage async resource Make Store reusable for easier testing Move plugin to libs Add getTaskFor getter with tests
3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
export function gems (store) {
|
|
return store.state.user.data.balance * 4;
|
|
} |