0
0
Fork 0

Hide Go to summary icon when is in supplier summary view

This commit is contained in:
William Buezas 2024-02-27 13:03:31 -03:00
parent f048a1c820
commit e7e34ef21a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const isAdministrative = computed(() => {
>
<template #header-left>
<router-link
v-if="isAdministrative"
v-if="isAdministrative && route.name !== 'SupplierSummary'"
class="header link"
:to="{ name: 'SupplierSummary', params: { id: entityId } }"
>