fix: use viewCount instead of views in profile page
This commit is contained in:
@@ -110,7 +110,7 @@ export default function ProfilePage() {
|
|||||||
<div className="flex items-center gap-3 text-sm text-muted-foreground">
|
<div className="flex items-center gap-3 text-sm text-muted-foreground">
|
||||||
<span className="flex items-center gap-1">
|
<span className="flex items-center gap-1">
|
||||||
<Eye className="size-3.5" />
|
<Eye className="size-3.5" />
|
||||||
{comparison.views.toLocaleString()}
|
{comparison.viewCount.toLocaleString()}
|
||||||
</span>
|
</span>
|
||||||
<span className="font-semibold text-foreground">
|
<span className="font-semibold text-foreground">
|
||||||
{comparison.overallScore}/10
|
{comparison.overallScore}/10
|
||||||
|
|||||||
Reference in New Issue
Block a user