const isDefender = modelItemData.uid_i !== 110 ? false : true; const isBronco = isFord && isTough ? true : false; const isGwagen = authContext.carData.uid == 1979 ? true : false; const isJeep = listingItemData.field_exclusive_i === 1 ? true : false;
const ph = agentContact.charAt(0) == 6 ? agentContact : `6${agentContact}`; const fullURL = `https://example.com/listing/${listingItemData.url_s}`; const finalGallery = doesImagesExist ? gallery : noImg;