We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006eb6c + bc94fff commit 16e0719Copy full SHA for 16e0719
src/components/Widgets/Jokes.vue
@@ -74,6 +74,7 @@ export default {
74
this.jokeLine2 = data.delivery;
75
} else if (this.jokeType === 'single') {
76
this.jokeLine1 = data.joke;
77
+ this.jokeLine2 = null;
78
}
79
},
80
0 commit comments