diff --git a/src/components/Widgets/Jokes.vue b/src/components/Widgets/Jokes.vue index b6d50802c8..c68aca817d 100644 --- a/src/components/Widgets/Jokes.vue +++ b/src/components/Widgets/Jokes.vue @@ -74,6 +74,7 @@ export default { this.jokeLine2 = data.delivery; } else if (this.jokeType === 'single') { this.jokeLine1 = data.joke; + this.jokeLine2 = null; } }, },