diff --git a/src/frontend/screens/Game/GamePage/components/InstalledInfo.tsx b/src/frontend/screens/Game/GamePage/components/InstalledInfo.tsx index ba3b5a6f74..fe2cba64fb 100644 --- a/src/frontend/screens/Game/GamePage/components/InstalledInfo.tsx +++ b/src/frontend/screens/Game/GamePage/components/InstalledInfo.tsx @@ -65,8 +65,7 @@ const InstalledInfo = ({ gameInfo }: Props) => { wine = wine.split('-')[0] } wineName = wine - wineType = - wineVersion.type === 'crossover' ? wineCrossoverBottle : winePrefix + wineType = wineVersion.type } const info = ( @@ -111,10 +110,10 @@ const InstalledInfo = ({ gameInfo }: Props) => {
Wine: {wineName}
- {wineVersion && wineType === 'crossover' ? ( + {wineType === 'crossover' ? (
{t2('setting.winecrossoverbottle', 'Bottle')}:{' '} -
{winePrefix}
+
{wineCrossoverBottle}
) : (