From d1c3a780765baff2a28ba7e440668c872f950052 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 12 Dec 2018 15:35:20 +0000 Subject: [PATCH] Fixes anonymous blog index --- Yavsc/Views/Blogspot/Index.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yavsc/Views/Blogspot/Index.cshtml b/Yavsc/Views/Blogspot/Index.cshtml index 3ecf5051..04bb2ab2 100644 --- a/Yavsc/Views/Blogspot/Index.cshtml +++ b/Yavsc/Views/Blogspot/Index.cshtml @@ -45,7 +45,6 @@ }
- -@await Component.InvokeAsync("BlogIndex",User.GetUserId(),0,25) + @await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25);