Skip to content

Commit

Permalink
pass transactionID to AttachmentView
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Dec 11, 2023
1 parent bed8319 commit e963f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function AttachmentModal(props) {
isWorkspaceAvatar={props.isWorkspaceAvatar}
fallbackSource={props.fallbackSource}
isUsedInAttachmentModal
transaction={props.transaction}
transactionID={props.transaction.transactionID}
/>
)
)}
Expand Down

0 comments on commit e963f05

Please sign in to comment.