Skip to content

Commit

Permalink
Fixed merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFlucki committed May 2, 2024
1 parent 31abc94 commit 4b5bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/TournamentsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const tournaments = ref([]);
onMounted(async () => {
tournaments.value = await TournamentService.getAllTournaments()
};
});
</script>

Expand Down

0 comments on commit 4b5bcc8

Please sign in to comment.