Skip to content

Commit 57b5f42

Browse files
John-Weakar2rsawseen
authored andcommitted
if condition
(cherry picked from commit 3eebf8d)
1 parent bb57f87 commit 57b5f42

File tree

1 file changed

+1
-1
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+1
-1
lines changed

Diff for: frontend/express/public/javascripts/countly/vue/components/nav.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
}
153153
},
154154
template: '<div>\
155-
<div class="cly-vue-tabs">\
155+
<div v-if="tabs && tabs.length > 1" class="cly-vue-tabs">\
156156
<div :class="tabListClasses">\
157157
<div\
158158
v-for="tab in tabs"\

0 commit comments

Comments
 (0)