Add missing block type in my activities

This commit is contained in:
Ramon Wenger 2019-12-19 11:38:15 +01:00
parent 7237b86ac0
commit 74c74c1eca
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
return this.content;
case 'survey':
return 'Übung';
case 'image_url_block':
return 'Bild';
default:
return this.content.type;
}