api fetch type fixed

This commit is contained in:
VividTruthKeeper 2022-08-19 22:32:51 +05:00
parent e29eec29c8
commit 58e18e7380
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const TeamSlider = () => {
}}
>
{team[0].id !== -1
? team.map((el: any) => {
? team.map((el: Player) => {
if (el.national) {
return (
<SwiperSlide key={uuidv4()}>