Skip to content

Commit

Permalink
Fixed routine show in home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Jun 26, 2023
1 parent a0ded50 commit e01f088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/NewRoutinesLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export function GetRoutines({ screenRoutines, allRoutines }: { screenRoutines: R
show={showRoutineModal}
routines={allRoutines}
index={currentRoutineViewIndex}
expiredRoutines={[]}
expired={screenRoutines ? screenRoutines[currentRoutineViewIndex]?.expired : false}
cb={[() => { setRoutineModal(false) }, () => { setRoutineModal(false) }]}
/>
{
Expand Down

0 comments on commit e01f088

Please sign in to comment.