summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Manage/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="row">
<strong>Notification</strong>
</div>
- @foreach(var note in notes)
+ foreach(var note in notes)
{
<div class="row">
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl))