Procházet zdrojové kódy

Fixed bug

bugfix/1733
Djordje Mitrovic před 3 roky
rodič
revize
d768c6d885

+ 1
- 1
src/components/ItemDetails/ItemDetailsHeaderCard/OfferDetail/Category/CategoryDetail.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit