Skip to content

Commit c9ec99f

Browse files
committed
set MiniCalendar in PlanCard component to have isLoggedIn to be true
1 parent d231228 commit c9ec99f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/searchneu/components/scheduler/dashboard/PlanCard

apps/searchneu/components/scheduler/dashboard/PlanCard/PlanCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export function PlanCard({ plan, term, onDelete, campuses, nupaths }: PlanCardPr
187187
scheduleIndex={scheduleIdx}
188188
onClick={() => {}}
189189
onToggleFavorite={() => {}}
190+
isLoggedIn={true}
190191
/>
191192
</div>
192193

0 commit comments

Comments
 (0)