read not
This commit is contained in:
@@ -166,11 +166,15 @@
|
||||
</ul>
|
||||
</li>
|
||||
<!--/ User -->
|
||||
<li class="nav-item lh-1 me-3 f-ir">
|
||||
<Button Type="ButtonType.Button" @onclick="ShowNotifications" Color="ButtonColor.None">
|
||||
<Badge Color="BadgeColor.Danger"><Icon Name="IconName.MegaphoneFill" /> @dashBoard?.Notifications.Count()</Badge>
|
||||
</Button>
|
||||
</li>
|
||||
@if (dashBoard?.Notifications.Count()>0)
|
||||
{
|
||||
<li class="nav-item lh-1 me-3 f-ir">
|
||||
<Button Type="ButtonType.Button" @onclick="ShowNotifications" Color="ButtonColor.None">
|
||||
<Badge Color="BadgeColor.Danger"><Icon Name="IconName.MegaphoneFill" /> @dashBoard?.Notifications.Count()</Badge>
|
||||
</Button>
|
||||
</li>
|
||||
}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user