Skip to content

Commit

Permalink
tech(install-modal): add login alert to mod install too
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobricenov committed Dec 5, 2024
1 parent 6d64633 commit 0a3331c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,7 @@ export default React.memo(function InstallModal({
gameInfo={gameInfo}
/>
) : null}
{runner === 'hyperplay' && channelRequiresAccessCode
? accessCodeInput
: null}
{accessCodeContent}
</div>
{hasWine ? (
<WineSelector
Expand Down

0 comments on commit 0a3331c

Please sign in to comment.