|
|
|
|
@ -31,8 +31,8 @@ export const TooltipBlock = ({ |
|
|
|
|
<Name nameObj={info} /> |
|
|
|
|
</TooltipBlockItem> |
|
|
|
|
<TooltipBlockItemThin> |
|
|
|
|
{info.team && <Name nameObj={info.team} />}{' '} |
|
|
|
|
{info.country && <Flag src={`https://instatscout.com/images/flags/48/${info.country.id}.png`} />} |
|
|
|
|
{info?.team && <Name nameObj={info.team} />}{' '} |
|
|
|
|
{info?.country && <Flag src={`https://instatscout.com/images/flags/48/${info.country.id}.png`} />} |
|
|
|
|
</TooltipBlockItemThin> |
|
|
|
|
</TooltipBlockWrapper> |
|
|
|
|
) |
|
|
|
|
|