diff --git a/frontend/src/pages/Contacts.vue b/frontend/src/pages/Contacts.vue index bbbfc819..ae871129 100644 --- a/frontend/src/pages/Contacts.vue +++ b/frontend/src/pages/Contacts.vue @@ -177,12 +177,4 @@ const columns = [ width: '8rem', }, ] - -onMounted(() => { - const el = document.querySelector('.router-link-active') - if (el) - setTimeout(() => { - el.scrollIntoView({ behavior: 'smooth', block: 'start' }) - }) -})