Skip to content

Commit 16e0719

Browse files
authored
🔀 Merge pull request #1454 from markxoe/fix/jokes
Fix: Jokes of the day second line not deleted
2 parents 006eb6c + bc94fff commit 16e0719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Widgets/Jokes.vue

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export default {
7474
this.jokeLine2 = data.delivery;
7575
} else if (this.jokeType === 'single') {
7676
this.jokeLine1 = data.joke;
77+
this.jokeLine2 = null;
7778
}
7879
},
7980
},

0 commit comments

Comments
 (0)