ソースを参照

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

読み込み中…
キャンセル
保存