浏览代码

Fixed bug

bugfix/1733
Djordje Mitrovic 3 年前
父节点
当前提交
d768c6d885

+ 1
- 1
src/components/ItemDetails/ItemDetailsHeaderCard/OfferDetail/Category/CategoryDetail.js 查看文件

@@ -16,7 +16,7 @@ const CategoryDetail = (props) => {
<LocationIcon />
</DetailIcon>
<DetailText ismyprofile={props.isMyProfile}>
{offer?.location?.city}
{offer?.user?.company?.contacts?.location}
</DetailText>
</DetailContainer>
);

正在加载...
取消
保存