Skip to content

Commit

Permalink
fix: detect StreamingLessonPlan for mobile modal
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Sep 30, 2024
1 parent ac7828c commit 35b0460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/hooks/useMobileLessonPullOutControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useMobileLessonPullOutControl = ({
useEffect(() => {
if (
!userHasOverRiddenAutoPullOut &&
ailaStreamingStatus === "Loading" &&
ailaStreamingStatus === "StreamingLessonPlan" &&
lessonPlan.title
) {
setShowLessonMobile(true);
Expand Down

0 comments on commit 35b0460

Please sign in to comment.