diff --git a/Components/PicCard.razor b/Components/PicCard.razor index 5ff09f7..5bf628c 100644 --- a/Components/PicCard.razor +++ b/Components/PicCard.razor @@ -12,7 +12,15 @@ @Pic.RelativeTime -

@((MarkupString)Pic.DescriptionHtml)

+ @if(!string.IsNullOrWhiteSpace(Pic.Description)){ +

@((MarkupString)Pic.DescriptionHtml)

+ } + else { +
+ + This picture needs a description in order to be shared. +
+ }