css fix, url fix

This commit is contained in:
GotPPay
2017-11-13 19:46:26 +01:00
parent 1c25fe6502
commit 02410a8c3c
5 changed files with 0 additions and 117 deletions

View File

@@ -34,11 +34,7 @@ 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