This commit is contained in:
einhornimmond 2025-01-07 17:16:31 +01:00
parent b5731af839
commit 687a4b7890
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ describe('Transaction', () => {
})
it('has the description gdt.contribution', () => {
expect(wrapper.findAll('div.row').at(0).text()).toContain('gdt.contribution')
expect(wrapper.findAll('div.row').at(0).text()).toContain('This is a comment')
})
it('renders the amount of euros', () => {

View File

@ -91,7 +91,7 @@ const getLinesByType = computed(() => {
icon: 'heart',
iconclasses: 'gradido-global-color-accent',
iconColor: '4',
description: t('gdt.contribution'),
description: props.comment, // t('gdt.contribution'),
descriptiontext: n(props.amount, 'decimal') + ' €',
credittext: n(props.gdt, 'decimal') + ' GDT',
}