This commit is contained in:
markxoe 2024-01-31 11:21:54 +01:00
parent 3aabdce82f
commit bc94fff775
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export default {
this.jokeLine2 = data.delivery;
} else if (this.jokeType === 'single') {
this.jokeLine1 = data.joke;
this.jokeLine2 = null;
}
},
},