bug: remove stray braces from the Device Batch and Profile views

This commit is contained in:
Gary Sharp
2025-06-18 13:18:57 +10:00
parent f06a37ebb4
commit 57ae665070
4 changed files with 4 additions and 4 deletions
@@ -1012,7 +1012,7 @@
</tr>
</table>
</div>
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model);
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model)
<div class="actionBar">
@if (Model.CanDelete)
{