css fix; url fix

This commit is contained in:
GotPPay
2017-11-13 19:40:30 +01:00
6 changed files with 117 additions and 1 deletions

View File

@@ -34,7 +34,11 @@ S poštovanjem
export const listingUrl = (id) => {
// TODO: fix this once removing hardcoded values
<<<<<<< HEAD
return `http://138.68.67.31:8080/?listingId=${id}`
=======
return `http://http://138.68.67.31/?listingId=${id}`
>>>>>>> 7f3f08c65c89235a21d037a370d73f4575a1fd0c
}
export const isMobile = () => window.matchMedia("(max-width: 768px)").matches