Skip to content

Commit 670b3fe

Browse files
committed
fix deploy
1 parent d4ea78b commit 670b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/[locale]/(marketing)/meet-together/plans/[planId]/availability-planner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function AvailabilityPlanner({
1717
className?: string;
1818
}) {
1919
const t = useTranslations('meet-together-plan-details');
20-
const { selectedTimeBlocks, syncTimeBlocks, editing } = useTimeBlocking();
20+
const { syncTimeBlocks, editing } = useTimeBlocking();
2121
const [isSaving, setIsSaving] = useState(false);
2222
const [dirty, setDirty] = useState(false);
2323

0 commit comments

Comments
 (0)