css fix; url fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user