diff --git a/frontend/src/components/UserSettings/UserCard.vue b/frontend/src/components/UserSettings/UserCard.vue index 0d59411b5..9993f5980 100755 --- a/frontend/src/components/UserSettings/UserCard.vue +++ b/frontend/src/components/UserSettings/UserCard.vue @@ -1,41 +1,46 @@ - - - - - - - - - - - {{ $n(balance, 'decimal') }} - - {{ $t('GDD') }} - - - - {{ transactionCount }} - - - {{ $t('navigation.transactions') }} - - - - {{ CONFIG.COMMUNITY_NAME }} - - {{ $t('community.community') }} - - - - - + + + + + + + + + {{ $n(balance, 'decimal') }} + + + + + {{ transactionCount }} + + + + {{ CONFIG.COMMUNITY_NAME }} + + + + + {{ $t('GDD') }} + + + + {{ $t('navigation.transactions') }} + + + + + {{ $t('community.community') }} + + + +