mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +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">
|
<div class="row">
|
||||||
<strong>Notification</strong>
|
<strong>Notification</strong>
|
||||||
</div>
|
</div>
|
||||||
@foreach(var note in notes)
|
foreach(var note in notes)
|
||||||
{
|
{
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl))
|
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl))
|
||||||
|
|
Loading…
Reference in a new issue