Skip to content

Commit

Permalink
fix: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRid committed Jul 12, 2021
1 parent 86b8a86 commit ca9ef3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tumeplay-app/src/screens/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const LandingPage = (props) => {
const logo = require('../assets/pictures/logoTumeplay.svg')

const handleRedirection = (name) => {
console.log(process.env.REACT_APP_OTHER_ZONE_URL)
if(process.env.REACT_APP_ZONE === 'metropole' && name === 'guyane') {
window.location.href = process.env.REACT_APP_OTHER_ZONE_URL
}
Expand Down

0 comments on commit ca9ef3b

Please sign in to comment.