heroes-of-chess-components 0.6.6 → 0.6.7

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.
@@ -157,7 +157,7 @@ const useBooking = (): UseBookingReturn => {
157
157
  mixt: true,
158
158
  alertMessage: client ? false : true,
159
159
  };
160
- } else if (hourData === "09:00 - 12:00" || hourData === "14:00 - 17:00") {
160
+ } else if (hourData === "09:00 - 12:00") {
161
161
  if (!client)
162
162
  return {
163
163
  allowed: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",