@bytebrand/fe-ui-core 4.2.244 → 4.2.246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -97,7 +97,6 @@ class VehicleDetailedSlider extends Component<IProps, IState> {
|
|
|
97
97
|
componentDidUpdate(prevProps: IProps, prevState: IState) {
|
|
98
98
|
const cookieConfig = JSON.parse(localStorage.getItem('cookieConfig')) || {};
|
|
99
99
|
const showYoutube = !cookieConfig?.marketing?.includes('youtube');
|
|
100
|
-
console.log('showYoutube', showYoutube);
|
|
101
100
|
if (prevProps.photos.length !== this.props.photos.length && this.props.photos.length === 0) {
|
|
102
101
|
this.setState(() => ({
|
|
103
102
|
largeLoaded: false,
|
|
@@ -4,7 +4,7 @@ import { selectors } from '@bytebrand/car-schema-selectors';
|
|
|
4
4
|
export const climatisation = {
|
|
5
5
|
key: 'heatingCooling_climatisation',
|
|
6
6
|
climatisationKeys: [
|
|
7
|
-
'selector_climatisation_no_airCondition',
|
|
7
|
+
// 'selector_climatisation_no_airCondition',
|
|
8
8
|
'selector_climatisation_airCondition',
|
|
9
9
|
'selector_climatisation_automaticAirCondition',
|
|
10
10
|
'selector_climatisation_2_automaticAirCondition',
|
package/source/locales/cbd.ts
CHANGED
|
@@ -494,7 +494,7 @@ export const cbd = {
|
|
|
494
494
|
'extras_bunkBed': 'Bank Bett',
|
|
495
495
|
'extras_cabin': 'Kabine',
|
|
496
496
|
'extras_electricStarter': 'Elektrischer Anlasser',
|
|
497
|
-
'extras_electricParkBreak': '
|
|
497
|
+
'extras_electricParkBreak': 'Elktrische Parkbremse',
|
|
498
498
|
'extras_universalGarageDoorOpener': 'Universal Garagen-Toröffner',
|
|
499
499
|
'extras_electricTop': 'Elektrisches Verdeck',
|
|
500
500
|
'extras_windshield': 'Windschott',
|