Skip to content
Snippets Groups Projects
Commit 7635e34c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add missing render function, fixes #4337

Closes #4337

Merge request studip/studip!3140
parent 42ab8494
No related branches found
No related tags found
No related merge requests found
<script>
export default {
name: 'courseware-companion-box',
render(createElement) {
return null;
},
props: {
msgCompanion: String,
mood: {
......
......@@ -3,6 +3,9 @@ import { mapActions, mapGetters } from 'vuex';
export default {
name: 'courseware-companion-overlay',
render(createElement) {
return null;
},
computed: {
...mapGetters({
showCompanion: 'showCompanionOverlay',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment