From a2d5454780770c571c31539e8d3cea9ecc94ccab Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Fri, 30 Jan 2026 17:55:28 -0500 Subject: [PATCH] consistency --- frontend/src/pages/Friends.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Friends.jsx b/frontend/src/pages/Friends.jsx index b927e80..f716fca 100644 --- a/frontend/src/pages/Friends.jsx +++ b/frontend/src/pages/Friends.jsx @@ -247,7 +247,6 @@ export default function Friends() {
{friend.email}
-
{friend.total_points} points
+
{friend.total_points} points
))}