Skip to content

Commit

Permalink
Merge pull request #19 from MoveOnOrg/exportformatting
Browse files Browse the repository at this point in the history
Add line breaks to export links [WIP]
  • Loading branch information
sjwmoveon authored Jun 4, 2024
2 parents 5f32a50 + 6840d46 commit e49fa33
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 e49fa33

Please sign in to comment.