Skip to content

Commit

Permalink
one more safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed May 30, 2024
1 parent 9c85d96 commit 0c20843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sponsored.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ onMounted(() => {
// getting title from element after the sponsored content loads
setTimeout(() => {
loadedTitle.value = titleRef.value.textContent
loadedTitle.value = titleRef.value?.textContent
}, 1000)
isMounted.value = true
})
Expand Down

0 comments on commit 0c20843

Please sign in to comment.