Skip to content

Commit

Permalink
🔀 Merge pull request #1454 from markxoe/fix/jokes
Browse files Browse the repository at this point in the history
Fix: Jokes of the day second line not deleted
  • Loading branch information
Lissy93 authored Feb 24, 2024
2 parents 006eb6c + bc94fff commit 16e0719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Widgets/Jokes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default {
this.jokeLine2 = data.delivery;
} else if (this.jokeType === 'single') {
this.jokeLine1 = data.joke;
this.jokeLine2 = null;
}
},
},
Expand Down

0 comments on commit 16e0719

Please sign in to comment.