Fixes anonymous blog index

main
Paul Schneider 7 years ago
parent 8543431ebb
commit 405961db20
1 changed files with 1 additions and 2 deletions

@ -45,7 +45,6 @@
} }
<div class="container"> <div class="container">
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25);
@await Component.InvokeAsync("BlogIndex",User.GetUserId(),0,25)
</div> </div>

Loading…