Skip to content

Commit

Permalink
fix: add boostagram message to transaction details popup (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Dec 18, 2023
1 parent 9d5dee8 commit a889455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/components/TransactionsTable/TransactionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ export default function TransactionModal({
}
/>
)}
{transaction.boostagram?.message && (
<TransactionDetailRow
title={t("boostagram.message")}
content={transaction.boostagram?.podcast}
/>
)}
{transaction.boostagram?.podcast && (
<TransactionDetailRow
title={t("boostagram.podcast")}
Expand Down

0 comments on commit a889455

Please sign in to comment.