@ -32,8 +32,6 @@
onMounted(loadData)
watch(currentWorkingInstrument, () => {
console.log(currentWorkingCategory);
console.log(currentWorkingInstrument);
currentWorkingCategory.value = categories.value.find(category => category.instrument === currentWorkingInstrument.value.name)
})
</script>