mirror of https://github.com/Lissy93/dashy.git
wip: fix
This commit is contained in:
parent
3aabdce82f
commit
bc94fff775
|
@ -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…
Reference in New Issue