Skip to content

Commit

Permalink
No street names in onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 25, 2024
1 parent 89b1fd4 commit 43cc46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ setShowCountryButtons(false)
showAnswer={showAnswer}
lat={latLong?.lat}
long={latLong?.long}
showRoadLabels={gameOptions?.showRoadName}
showRoadLabels={screen==="onboarding"?false:gameOptions?.showRoadName}
loading={loading}
setLoading={setLoading}
hidden={((!latLong || !latLong.lat || !latLong.long)|| loading)||(
Expand Down

0 comments on commit 43cc46f

Please sign in to comment.