From 7d30ced38cba04d7edb28897803bd36ec0c4693e Mon Sep 17 00:00:00 2001 From: Danglot Date: Sat, 28 Mar 2020 20:53:22 +0100 Subject: [PATCH] fix: using right getters for skills, subscriptions and qualifications --- .../src/app/home/dashboard/profile/profile.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skillful_network_client/src/app/home/dashboard/profile/profile.component.html b/skillful_network_client/src/app/home/dashboard/profile/profile.component.html index 20003ad0..06bb0ee1 100644 --- a/skillful_network_client/src/app/home/dashboard/profile/profile.component.html +++ b/skillful_network_client/src/app/home/dashboard/profile/profile.component.html @@ -16,11 +16,11 @@
  • Statut : {{ user.status }}
  • -
  • Qualification : {{ user.qualification }}
  • +
  • Qualification : {{ user.qualificationSet }}
  • -
  • Competences : {{ user.competences }}
  • -
  • Competences : {{ user.skillSet }}
  • + +
  • Abonnements : {{ user.subscriptionSet }}