mozrest-sdk-react-dev 0.1.46 → 0.1.48
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/mozrest-sdk.es.js +1 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -97701,7 +97701,7 @@ const ReservationDashboard = ({
|
|
|
97701
97701
|
};
|
|
97702
97702
|
});
|
|
97703
97703
|
const [currentTimeZone, setCurrentTimeZone] = useState(null);
|
|
97704
|
-
const [currentDate, setCurrentDate] = useState(
|
|
97704
|
+
const [currentDate, setCurrentDate] = useState(hooks().format("YYYY-MM-DD"));
|
|
97705
97705
|
const [openCreateReservation, setOpenCreateReservation] = useState(false);
|
|
97706
97706
|
const onOpenCreateReservation = () => setOpenCreateReservation(true);
|
|
97707
97707
|
const onCloseCreateReservation = () => setOpenCreateReservation(false);
|