mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-29 20:03:21 +01:00
🔀 Merge pull request #1454 from markxoe/fix/jokes
Fix: Jokes of the day second line not deleted
This commit is contained in:
commit
16e071964c
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ export default {
|
|||
this.jokeLine2 = data.delivery;
|
||||
} else if (this.jokeType === 'single') {
|
||||
this.jokeLine1 = data.joke;
|
||||
this.jokeLine2 = null;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue