mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
client: namespaces for actions and getteters
This commit is contained in:
@@ -213,7 +213,9 @@ import { mapState, mapGetters } from '../store';
|
||||
|
||||
export default {
|
||||
computed: {
|
||||
...mapGetters(['userGems']),
|
||||
...mapGetters({
|
||||
userGems: 'user:gems',
|
||||
}),
|
||||
...mapState(['user']),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user