Skip to content

Commit

Permalink
M2-6982: Fixed activity bottom navigation and activity timer appearan…
Browse files Browse the repository at this point in the history
…ce issues (#811)
  • Loading branch information
vmkhitaryanscn authored Jul 17, 2024
1 parent 944b722 commit a84f596
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/features/pass-survey/ui/ActivityStepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,17 @@ function ActivityStepper({
}}
/>

<ProgressWithTimer
duration={currentPipelineItem?.timer}
key={currentPipelineItem?.id}
/>
<Box mb={!showBottomNavigation ? 16 : 0}>
<ProgressWithTimer
duration={currentPipelineItem?.timer}
key={currentPipelineItem?.id}
/>
</Box>

{showBottomNavigation && (
<Stepper.NavigationPanel
mt={18}
minHeight={27}
minHeight={46}
mb={safeAreaBottom ? 0 : 16}
gap={10}
mx={10}
Expand Down

0 comments on commit a84f596

Please sign in to comment.