This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
selenaaasi
/
trampa-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed bug
bugfix/1733
Djordje Mitrovic
3 years ago
parent
63b4d91249
commit
d768c6d885
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/components/ItemDetails/ItemDetailsHeaderCard/OfferDetail/Category/CategoryDetail.js
+ 1
- 1
src/components/ItemDetails/ItemDetailsHeaderCard/OfferDetail/Category/CategoryDetail.js
View File
@@ -16,7 +16,7 @@ const CategoryDetail = (props) => {
<LocationIcon />
</DetailIcon>
<DetailText ismyprofile={props.isMyProfile}>
{offer?.location
?.city
}
{offer?.
user?.company?.contacts?.
location}
</DetailText>
</DetailContainer>
);
Write
Preview
Loading…
Cancel
Save