mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix
This commit is contained in:
parent
b5731af839
commit
687a4b7890
@ -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', () => {
|
||||
|
||||
@ -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',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user