fix for wrong param name for user global stats

This commit is contained in:
CyferShepard
2024-10-15 10:37:04 +02:00
parent 50a4f23e63
commit 1f40844a6d

View File

@@ -111,7 +111,7 @@ function UserInfo() {
<Tab eventKey="tabOverview" className="bg-transparent">
<GlobalStats
id={UserId}
param={"UserId"}
param={"userid"}
endpoint={"getGlobalUserStats"}
title={<Trans i18nKey="USERS_PAGE.USER_STATS" />}
/>