Skip to content

Commit b317a2f

Browse files
author
Herve Tribouilloy
committed
Fixed import unused
1 parent ba635b7 commit b317a2f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

vite_project/src/components/event/Dashboard/DayEvent/AddToCart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {useEffect} from "react";
21
import {getEventCartQty} from "../../../../domain/cart/cart.ts";
32
import {ErrorState} from "../../../global/ErrorState.tsx";
43
import {useUserState} from "../../../../state/User/useUserState.ts";

vite_project/src/state/Event/EventState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const readActiveEvent = (): EventInfoState => {
1717
return {
1818
activeEventId: storedData.activeEventId || "",
1919
shampoo: storedData.shampoo || false,
20-
drawerContent: 'booking'
20+
drawerContent: 'booking'
2121
};
2222
} catch (error) {
2323
console.log(error)

0 commit comments

Comments
 (0)