1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

Fix small issue with log reading

This commit is contained in:
RaidMax
2018-12-19 19:24:31 -06:00
parent 94ef816b19
commit e31c36a1d7
5 changed files with 24 additions and 20 deletions

View File

@ -46,7 +46,6 @@ namespace WebfrontCore.ViewComponents
#else
penaltiesDto = User.Identity.IsAuthenticated ? penaltiesDto.ToList() : penaltiesDto.Where(p => !p.Sensitive).ToList();
#endif
return View("_List", penaltiesDto);
}
}