Skip to content

Commit

Permalink
fix: update Submission Logs description, hide button on Pay events (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Oct 3, 2024
1 parent 2d535f6 commit ae7d417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const CollapsibleRow: React.FC<Submission> = (submission) => {
const showDownloadButton =
canUserEditTeam(teamSlug) &&
submission.status === "Success" &&
submission.eventType !== "Pay" &&
submissionEmail &&
isBefore(new Date(), submissionDataExpirationDate);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ const Submissions: React.FC = () => {
Submissions
</Typography>
<Typography variant="body1">
Feed of payment and submission events for this service
Feed of payment and submission events for this service. Successful
submission events within the last 28 days are availabe to download to
team editors.
</Typography>
</SettingsSection>
<SettingsSection>
Expand Down

0 comments on commit ae7d417

Please sign in to comment.