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 d44366e commit 57ee60cCopy full SHA for 57ee60c
src/BootstrapBlazor/Components/FlipClock/FlipClock.razor
@@ -3,7 +3,7 @@
3
@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
4
5
<div @attributes="@AdditionalAttributes" class="@ClassString" style="@StyleString" id="@Id">
6
- @if (ShowDay)
+ @if (ShowMonth)
7
{
8
<div class="bb-flip-clock-list month">
9
@RenderItem(3)
0 commit comments