convention shortcut to suppress title in container

This commit is contained in:
Shaun Walker
2022-01-06 17:24:18 -05:00
parent f7c1e7b706
commit a2f8fe3694
3 changed files with 17 additions and 10 deletions

View File

@ -3,7 +3,7 @@
@inject ISettingService SettingService
<div class="@_classes">
@if (_title)
@if (_title && ModuleState.Title != "-")
{
<div class="row px-4">
<div class="d-flex flex-nowrap">