We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba635b7 commit b317a2fCopy full SHA for b317a2f
2 files changed
vite_project/src/components/event/Dashboard/DayEvent/AddToCart.tsx
@@ -1,4 +1,3 @@
1
-import {useEffect} from "react";
2
import {getEventCartQty} from "../../../../domain/cart/cart.ts";
3
import {ErrorState} from "../../../global/ErrorState.tsx";
4
import {useUserState} from "../../../../state/User/useUserState.ts";
vite_project/src/state/Event/EventState.tsx
@@ -17,7 +17,7 @@ export const readActiveEvent = (): EventInfoState => {
17
return {
18
activeEventId: storedData.activeEventId || "",
19
shampoo: storedData.shampoo || false,
20
- drawerContent: 'booking'
+ drawerContent: 'booking'
21
};
22
} catch (error) {
23
console.log(error)
0 commit comments