0
0
Fork 0

Change show summary icon condition

This commit is contained in:
William Buezas 2024-02-28 10:13:49 -03:00
parent 9e86036f40
commit fe5e448cf0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ watch(props, async () => {
<div class="summaryHeader bg-primary q-pa-md text-weight-bolder"> <div class="summaryHeader bg-primary q-pa-md text-weight-bolder">
<slot name="header-left"> <slot name="header-left">
<router-link <router-link
v-if="!isSummary" v-if="!isSummary && summaryRouteName"
class="header link" class="header link"
:to="{ :to="{
name: summaryRouteName, name: summaryRouteName,