Fix stray closing brace in TestsView

This commit is contained in:
Nico 2026-04-03 22:52:54 +02:00
parent 409d873aa0
commit 2df8071312

View File

@ -153,7 +153,6 @@ onMounted(() => {
})
.catch(() => {});
});
});
</script>
<style scoped>