diff --git a/src/components/SportIcon/SportIcon.tsx b/src/components/SportIcon/SportIcon.tsx index 31519dc3..e28d1f7d 100644 --- a/src/components/SportIcon/SportIcon.tsx +++ b/src/components/SportIcon/SportIcon.tsx @@ -11,7 +11,7 @@ const IconWrap = styled.div` type Props = { fill?: string, - size?: number, + size?: number | string, sport: SportTypes, } diff --git a/src/features/Icon/index.tsx b/src/features/Icon/index.tsx index e6ebc5d8..9cfc61dc 100644 --- a/src/features/Icon/index.tsx +++ b/src/features/Icon/index.tsx @@ -7,7 +7,7 @@ export type IconProps = { direction?: number, onClick?: () => void, refIcon: any, - size?: number, + size?: number | string, styles?: any, } diff --git a/src/features/ItemsList/index.tsx b/src/features/ItemsList/index.tsx index a0880f7e..5788b6d3 100644 --- a/src/features/ItemsList/index.tsx +++ b/src/features/ItemsList/index.tsx @@ -52,7 +52,7 @@ export const ItemsList = ({ > - + {item.additionalInfo && ( diff --git a/src/features/PreferencesPopup/components/TournamentInfo/index.tsx b/src/features/PreferencesPopup/components/TournamentInfo/index.tsx index e6fd7881..b168cf29 100644 --- a/src/features/PreferencesPopup/components/TournamentInfo/index.tsx +++ b/src/features/PreferencesPopup/components/TournamentInfo/index.tsx @@ -50,7 +50,7 @@ export const TournamentInfo = ({ - {isIcon && } + {isIcon && } diff --git a/src/features/TournamentList/components/CollapseTournament/index.tsx b/src/features/TournamentList/components/CollapseTournament/index.tsx index c5bd849d..25c52994 100644 --- a/src/features/TournamentList/components/CollapseTournament/index.tsx +++ b/src/features/TournamentList/components/CollapseTournament/index.tsx @@ -70,7 +70,7 @@ export const CollapseTournament = ({ diff --git a/src/features/TournamentSubtitle/index.tsx b/src/features/TournamentSubtitle/index.tsx index b29f3a65..621740f7 100644 --- a/src/features/TournamentSubtitle/index.tsx +++ b/src/features/TournamentSubtitle/index.tsx @@ -42,7 +42,7 @@ export const TournamentSubtitle = ({ {!isLffClient && (