From 8d2239aebd6e05f151fef4b97f5fee123d165bba Mon Sep 17 00:00:00 2001 From: Christopher Mayor Date: Sun, 26 Apr 2026 16:44:21 -0700 Subject: [PATCH] fix: use viewCount instead of views in profile page --- src/app/(main)/profile/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/profile/page.tsx b/src/app/(main)/profile/page.tsx index 0974e74..cf31fdb 100644 --- a/src/app/(main)/profile/page.tsx +++ b/src/app/(main)/profile/page.tsx @@ -110,7 +110,7 @@ export default function ProfilePage() {
- {comparison.views.toLocaleString()} + {comparison.viewCount.toLocaleString()} {comparison.overallScore}/10