api fetch type fixed

This commit is contained in:
VividTruthKeeper 2022-08-20 00:18:24 +05:00
parent 313a30d0dd
commit 4bb48e59fc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const Rating = () => {
className={players ? "rating-banner" : "rating-banner disabled"}
>
{players[0].id !== -1
? players.map((player: any) => {
? players.map((player: Player) => {
if (player.national === 0) {
return (
<Link