Fix location link in listing (#3464)
This commit is contained in:
parent
135d1ddf2b
commit
1fcd6bb77b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export const SingleListing = ({
|
|||
);
|
||||
|
||||
const locationText = listing.location ? (
|
||||
<a href={`/listings/${listing.location}`}>
|
||||
<a href={`/listings/?q=${listing.location}`}>
|
||||
・
|
||||
{listing.location}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue