mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
parser error
This commit is contained in:
parent
e4a501c026
commit
059c0cfa2e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue