Fixes anonymous blog index

This commit is contained in:
2018-12-12 15:35:20 +00:00
parent 8543431ebb
commit 405961db20

View File

@ -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>