Skip to content

Commit 567e433

Browse files
committed
Merge branch 'main' into replaceSubgraph
2 parents 8cba9fa + 198ca05 commit 567e433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/transactionDetail/TransactionTableDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const getCSVTransactionDetailFields = (tx, account) => {
122122
case 'AmmUpdate':
123123
return ['', '', '', '', '', '', ''];
124124
case 'SignatureVerification':
125-
return [makeCSVLink(tx.account), '', '', '', '', '', ''];
125+
return [makeCSVLink(tx.account), '', '', '', '', '', '', ''];
126126
case 'TradeNFT':
127127
return [
128128
makeCSVLink(tx.accountSeller),

0 commit comments

Comments
 (0)