@bytebrand/fe-ui-core 4.1.216 → 4.1.217

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.1.216",
3
+ "version": "4.1.217",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -95,7 +95,7 @@ const TimePicker = ({
95
95
  }
96
96
  onHandleTimestampChange(+new Date(`${new Date(nextWeekDaysFull[day]).toDateString()} ${getTimeRanges()[time].time}`) / 1000);
97
97
  },
98
- [day, time, currentDay]
98
+ [day, time]
99
99
  );
100
100
 
101
101
  const getHours = (time: string) => {