diff --git a/src/page/FavPlayersPage.tsx b/src/page/FavPlayersPage.tsx index 652cc47..1f79bde 100644 --- a/src/page/FavPlayersPage.tsx +++ b/src/page/FavPlayersPage.tsx @@ -76,7 +76,7 @@ export function FavePlayersPage() { value={showType} onChange={e => setShowType(e.target.value)} options={[ - { label: `${ShowType.LOCAL}(${list.length})`, value: ShowType.LOCAL}, + { label: `${ShowType.LOCAL}(${localList.length})`, value: ShowType.LOCAL}, { label: `${ShowType.ACCOUNT}(${favListRequest.data?.length ?? 0})`, value: ShowType.ACCOUNT} ]} />