Skip to content

Commit 57ee60c

Browse files
committed
refactor: 更新变量名称
1 parent d44366e commit 57ee60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/FlipClock/FlipClock.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
44

55
<div @attributes="@AdditionalAttributes" class="@ClassString" style="@StyleString" id="@Id">
6-
@if (ShowDay)
6+
@if (ShowMonth)
77
{
88
<div class="bb-flip-clock-list month">
99
@RenderItem(3)

0 commit comments

Comments
 (0)