mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
fix for wrong param name for user global stats
This commit is contained in:
@@ -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" />}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user