diff --git a/Wave/Components/Pages/ArticleView.razor b/Wave/Components/Pages/ArticleView.razor index 02e87f5..583fd05 100644 --- a/Wave/Components/Pages/ArticleView.razor +++ b/Wave/Components/Pages/ArticleView.razor @@ -53,7 +53,7 @@ return Article; } - // You cannot access your own drafts + // You can only access your own drafts if (Article.Status is ArticleStatus.Draft) { if (Article.Author.Id == principal.FindFirst("Id")!.Value) { return Article;