Skip to content

Commit

Permalink
Add line breaks to export links
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwmoveon committed May 21, 2024
1 parent 22977c9 commit 6840d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/AdminCampaignStats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,11 @@ class AdminCampaignStats extends React.Component {
campaign.exportResults.campaignExportUrl.startsWith("http") ? (
<div>
Most recent export:
<br />
<a href={campaign.exportResults.campaignExportUrl} download>
Contacts Export CSV
</a>
<br />
<a
href={campaign.exportResults.campaignMessagesExportUrl}
download
Expand Down

0 comments on commit 6840d46

Please sign in to comment.