perf(App.vue): eliminado buscador del Header en la vista UserManagement

parent 7ed48579
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ const isAuthView = computed(() => { ...@@ -9,7 +9,7 @@ const isAuthView = computed(() => {
return route.path.startsWith('/auth'); return route.path.startsWith('/auth');
}); });
const showSearch = computed(() => { const showSearch = computed(() => {
return route.path === '/recipes' || route.path === '/users/management'; return route.path === '/recipes';
}); });
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment