Skip to content

Commit

Permalink
Merge pull request #5976 from beyondessential/dev
Browse files Browse the repository at this point in the history
merge: update branch with latest dev
  • Loading branch information
avaek authored Oct 22, 2024
2 parents b0bc7fe + d1d048e commit 0772329
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@ export const ExportConfig = ({ onClose, selectedDashboardItems }: ExportDashboar
<ExportSubtitle>Edit export settings and click 'Download'.</ExportSubtitle>
</ExportSettingsInstructionsContainer>
<ExportSetting>
{hasChartItems && (
<section>
<ExportSettingsWrapper>
<DisplayFormatSettings />
</ExportSettingsWrapper>
<section>
<ExportSettingsWrapper>
<DisplayFormatSettings />
</ExportSettingsWrapper>
{hasChartItems && (
<ExportSettingsWrapper>
<DisplayOptionsSettings />
</ExportSettingsWrapper>
</section>
)}
)}
</section>
<MailingListSection
selectedDashboardItems={selectedDashboardItems}
settings={{
Expand Down

0 comments on commit 0772329

Please sign in to comment.