@bytebrand/fe-ui-core 4.8.48 → 4.8.49

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.8.48",
3
+ "version": "4.8.49",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -316,7 +316,6 @@ class VehicleDetailedSlider extends Component<IProps, IState> {
316
316
  powerKW,
317
317
  powerPS,
318
318
  activeTab,
319
- financingConfig,
320
319
  onCarFavorite
321
320
  } = this.props;
322
321
  const { activeSlide } = this.state;