Skip to content

Commit acd6852

Browse files
author
Nathan Reyes
committed
Hide indicator on missing style info.
1 parent a12d78f commit acd6852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CalendarDayPopoverRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@click='$emit("select")'>
66
<!-- Indicator -->
77
<div
8-
v-if='!hideIndicator'
8+
v-if='!hideIndicator && indicatorStyle'
99
class='c-day-popover-indicator'>
1010
<span :style='indicatorStyle'></span>
1111
</div>

0 commit comments

Comments
 (0)