From 4742d696181ea230b37c8d03e0048e1dd2c18aee Mon Sep 17 00:00:00 2001 From: ozdentarikcan Date: Thu, 12 Dec 2024 22:26:53 +0300 Subject: [PATCH] Add reputation points to profile page --- frontend/src/routes/profile.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/routes/profile.tsx b/frontend/src/routes/profile.tsx index 13ef94f6..7e836162 100644 --- a/frontend/src/routes/profile.tsx +++ b/frontend/src/routes/profile.tsx @@ -167,6 +167,15 @@ export default function Profile() { ) )} + {profile.reputationPoints && ( +
+
+ + Reputation Points: {profile.reputationPoints} + +
+
+ )} {profile.followedTags && (