diff --git a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor index d35268a2..c7fb9b0c 100644 --- a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor +++ b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor @@ -124,7 +124,7 @@ { @if (_moduleDefinitions != null) { - @foreach (var category in _categories) { if (category == Category) @@ -137,7 +137,7 @@ } } - @if (ModuleDefinitionName == "-") { @@ -161,14 +161,14 @@ } else { - @foreach (Page p in _pages) { } - @foreach (Module module in _modules) {