Skip to content

Commit

Permalink
refacto active menu condition
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Boutigny <[email protected]>
  • Loading branch information
bellangerq and hissalht authored Jul 3, 2024
1 parent 6cf3899 commit 5d1d4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/report/ReportCriteria.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const dataCount = computed(() => {
:class="[
'fr-sidemenu__item',
{
'fr-sidemenu__item--active': Boolean(transverseData.length)
'fr-sidemenu__item--active': transverseData.length > 0
}
]"
>
Expand Down

0 comments on commit 5d1d4e9

Please sign in to comment.