Skip to content

Commit

Permalink
fix formating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
B-i-t-K committed May 4, 2024
1 parent aa086ec commit 15a2178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import CtfCalendar from '../components/CTF/CtfCalendar.vue';
const router = useRouter();
const route = useRoute();
const params = computed(() => {
const now = new Date();
let year = parseInt(route.params.year as string, 10);
Expand Down

0 comments on commit 15a2178

Please sign in to comment.