Fix stray closing brace in TestsView
This commit is contained in:
parent
409d873aa0
commit
2df8071312
@ -153,7 +153,6 @@ onMounted(() => {
|
|||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user