🔀 Merge pull request #1454 from markxoe/fix/jokes

Fix: Jokes of the day second line not deleted
This commit is contained in:
Alicia Sykes 2024-02-24 22:30:24 +00:00 committed by GitHub
commit 16e071964c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}
},
},