瀏覽代碼

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>
);

Loading…
取消
儲存