small fix

This commit is contained in:
Xeovalyte 2022-11-14 14:48:25 +01:00
parent 42a5d0c92e
commit d1ccf5fbd1

View File

@ -39,6 +39,7 @@ const loadedNews = ref(false)
onMounted(() => { onMounted(() => {
if (!news.value) getNews() if (!news.value) getNews()
else loadedNews.value = true
}) })
const longEventDate = (eventDate) => { const longEventDate = (eventDate) => {