Skip to content

Commit

Permalink
Activity CSV: Invoices: Expiry: use original expiry time
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 31, 2024
1 parent 723295f commit 1cb0837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Activity/ActivityToCsv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ActivityToCsv: React.FC<ActivityProps> = ({
{ label: 'Amount Paid (sat)', value: 'getAmount' },
{ label: 'Note', value: 'getNote' },
{ label: 'Creation Date', value: 'getCreationDate' },
{ label: 'Expiry', value: 'formattedTimeUntilExpiry' }
{ label: 'Expiry', value: 'formattedOriginalTimeUntilExpiry' }
];

const paymentKeys = [
Expand Down

0 comments on commit 1cb0837

Please sign in to comment.