Blog comment comments

This commit is contained in:
Paul Schneider 2024-12-15 20:48:04 +00:00
commit 1bde106195
10 changed files with 39 additions and 117 deletions

View file

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