Fixes anonymous blog index
This commit is contained in:
parent
32f1628492
commit
d1c3a78076
1 changed files with 1 additions and 2 deletions
|
|
@ -45,7 +45,6 @@
|
|||
}
|
||||
|
||||
<div class="container">
|
||||
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId(),0,25)
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25);
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue