update StatsCard to use meaningful_games instead of games

This commit is contained in:
2025-06-29 16:39:22 +02:00
parent 849e56bafc
commit b421ede806

View File

@@ -357,7 +357,7 @@ function UserInfoComponent() {
> >
<StatsCard <StatsCard
title='Games' title='Games'
value={profileData.games} value={profileData.meaningful_games}
icon={<BarChart3 className='h-5 w-5 text-violet-500' />} icon={<BarChart3 className='h-5 w-5 text-violet-500' />}
description='Total matches' description='Total matches'
/> />