This commit is contained in:
Paul Schneider 2023-03-20 21:15:02 +00:00
commit 3361b8eca9
10 changed files with 48 additions and 53 deletions

View file

@ -45,6 +45,5 @@
}
<div class="container">
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" ) }
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" })
</div>