fix: use viewCount instead of views in profile page

This commit is contained in:
Christopher Mayor
2026-04-26 16:44:21 -07:00
parent 0b523b7274
commit 8d2239aebd

View File

@@ -110,7 +110,7 @@ export default function ProfilePage() {
<div className="flex items-center gap-3 text-sm text-muted-foreground">
<span className="flex items-center gap-1">
<Eye className="size-3.5" />
{comparison.views.toLocaleString()}
{comparison.viewCount.toLocaleString()}
</span>
<span className="font-semibold text-foreground">
{comparison.overallScore}/10