Fix small issue with log reading

This commit is contained in:
RaidMax
2018-12-19 19:24:31 -06:00
parent 8dca05a442
commit a10746d5ff
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);
}
}