Skip to content

Commit

Permalink
chore: comment and return
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Oct 4, 2024
1 parent 0daa06c commit f3d80db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export function QuestDetailsViewPlayWrapper({
state: { gameInfo, fromQuests: true }
})
}

navigate(`/store-page?store-url=${epicListingUrl}`)
// if epic game, open in epic store
return navigate(`/store-page?store-url=${epicListingUrl}`)
})
},
onError: (error, variable) => {
Expand Down

0 comments on commit f3d80db

Please sign in to comment.