Skip to content

Commit

Permalink
Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-8 committed Aug 25, 2024
1 parent 995b14b commit b2d4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function doFetchMore(newDate: ShortDate) {
onMounted(() => {
document.title = 'CTFNote - CTFs';
})
});
</script>

<style lang="scss" scoped>
Expand Down

0 comments on commit b2d4fd5

Please sign in to comment.