From 1a14faec5e32c574baaff6b33f340c9a4999fac1 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 23 Dec 2018 21:13:31 +0000 Subject: [PATCH] useless check --- Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml index c02b0fd3..f9f2e0a1 100644 --- a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml +++ b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml @@ -1,9 +1,8 @@ @model ApplicationUser -@if (Model!=null) {

@Component.Invoke("Avatar", Model.Id, ".s")

@if (Model.Posts!=null && Model.Posts.Count()>1) { @SR["index de ses articles"] } -
} +