diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml index 32b8e0a..88c2e81 100644 --- a/Project-Unite/Views/Profiles/ViewProfile.cshtml +++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml @@ -61,6 +61,43 @@
@Html.Markdown(Model.Bio)
+ } + +Nothing to show here.
+ } + else + { +@Html.Markdown(Model.Interests)
+ } +Nothing to show here.
+ } + else + { +@Html.Markdown(Model.Hobbies)
+ } +