Show Player name, not client, in mobile view. Fix #1659.

This commit is contained in:
Deluan 2023-04-05 22:48:33 -04:00 committed by Joe Stump
parent 888d120e12
commit 818791bf89
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -28,7 +28,7 @@ const PlayerList = ({ permissions, ...props }) => {
>
{isXsmall ? (
<SimpleList
primaryText={(r) => r.client}
primaryText={(r) => r.name}
secondaryText={(r) => r.userName}
tertiaryText={(r) => (r.maxBitRate ? r.maxBitRate : '-')}
/>