From cd572455f2cf64a9ed8319315b6d51478e22329b Mon Sep 17 00:00:00 2001 From: Chris Rodrigues Date: Fri, 10 Jan 2025 15:45:46 -0800 Subject: [PATCH] refactor(profile-username): Updated to use user.username instead of props username to handle correct name and case --- src/components/users/UserPosts.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/users/UserPosts.vue b/src/components/users/UserPosts.vue index 472444f..237a911 100644 --- a/src/components/users/UserPosts.vue +++ b/src/components/users/UserPosts.vue @@ -2,11 +2,11 @@