mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02: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
@ -74,6 +74,7 @@ export default {
|
|||||||
this.jokeLine2 = data.delivery;
|
this.jokeLine2 = data.delivery;
|
||||||
} else if (this.jokeType === 'single') {
|
} else if (this.jokeType === 'single') {
|
||||||
this.jokeLine1 = data.joke;
|
this.jokeLine1 = data.joke;
|
||||||
|
this.jokeLine2 = null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user