diff --git a/frontend/src/pages/Friends.jsx b/frontend/src/pages/Friends.jsx
index 6a5180f..f2eda87 100644
--- a/frontend/src/pages/Friends.jsx
+++ b/frontend/src/pages/Friends.jsx
@@ -263,8 +263,8 @@ export default function Friends() {
>
{removing === friend.id ? 'Removing...' : 'Remove'}
-
{friend.total_points} points
+ {friend.total_points} points
))}
{challengeFriends.length > 0 && (
@@ -296,8 +296,8 @@ export default function Friends() {
>
{sending === friend.id ? 'Sending...' : friend.friendship_status === 'pending' ? 'Pending' : 'Add Friend'}
- {friend.total_points} points
+ {friend.total_points} points
))}
>