diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index cff7179..0e02bc3 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -110,7 +110,7 @@
Notification
- @foreach(var note in notes) + foreach(var note in notes) {
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl))