Fix small issue with log reading
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user