Skip to content

Commit

Permalink
Merge pull request #1240 from flexion/7927-bug-case-download-ui
Browse files Browse the repository at this point in the history
7927 - Bug - Case download UI
  • Loading branch information
mmarcotte authored May 26, 2021
2 parents be87da6 + ee9ed05 commit afd9d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/src/views/AppComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ export const AppComponent = connect(
<Header />
<main id="main-content" role="main">
<CurrentPage />
{zipInProgress && <BatchDownloadProgress />}
{userContactEditInProgress && <UserContactEditProgress />}
</main>
<Loading />

<Footer />
{zipInProgress && <BatchDownloadProgress />}

{showModal === 'TrialSessionPlanningModal' && (
<TrialSessionPlanningModal />
Expand Down

0 comments on commit afd9d7f

Please sign in to comment.