We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12d78f commit acd6852Copy full SHA for acd6852
src/components/CalendarDayPopoverRow.vue
@@ -5,7 +5,7 @@
5
@click='$emit("select")'>
6
<!-- Indicator -->
7
<div
8
- v-if='!hideIndicator'
+ v-if='!hideIndicator && indicatorStyle'
9
class='c-day-popover-indicator'>
10
<span :style='indicatorStyle'></span>
11
</div>
0 commit comments