1
0
mirror of https://github.com/Lissy93/dashy.git synced 2025-04-08 17:06:18 +02:00
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

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