From ab9b6f7b71fb11ea1ba673281b79567e94b6d792 Mon Sep 17 00:00:00 2001 From: heidi Date: Sun, 29 Oct 2023 13:21:22 +0100 Subject: [PATCH] add achievements --- DineDevineUI/src/pages/ProfilePage.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DineDevineUI/src/pages/ProfilePage.tsx b/DineDevineUI/src/pages/ProfilePage.tsx index 66ad5303..19c7d475 100644 --- a/DineDevineUI/src/pages/ProfilePage.tsx +++ b/DineDevineUI/src/pages/ProfilePage.tsx @@ -104,7 +104,7 @@ const ProfilePage: React.FC = (props: Profile) => { - +

Interests

{interestsTAG.map((tag, idx) => {tag})} @@ -122,7 +122,7 @@ const ProfilePage: React.FC = (props: Profile) => { - +

Dislikes

{dislikeTAG.map((tag, idx) => {tag})} @@ -135,7 +135,7 @@ const ProfilePage: React.FC = (props: Profile) => {
-
@@ -177,7 +177,6 @@ const ProfilePage: React.FC = (props: Profile) => { -