diff --git a/src/ui/component/calendar/CustomCalendar.tsx b/src/ui/component/calendar/CustomCalendar.tsx
index a5b2244..f4b7c36 100644
--- a/src/ui/component/calendar/CustomCalendar.tsx
+++ b/src/ui/component/calendar/CustomCalendar.tsx
@@ -394,28 +394,6 @@ export const CustomCalendar = ({ data }: CustomCalendarProps) => {
open={popoverOpen}
onOpenChange={handleOpenChange}
>
- {
- barPositions.map(pos => (
- {
- e.stopPropagation();
-
- }}
- asChild
- >
-
- {pos.name}
-
-
- ))
- }
{
)
}}
/>
-
+ {
+ barPositions.map(pos => (
+
+ {pos.name}
+
+ ))
+ }