Skip to content

Commit

Permalink
chore: no default invoice memo
Browse files Browse the repository at this point in the history
what value does it give? then all the entries say lightning invoice
and it can only be a lightning invoice
  • Loading branch information
bumi committed Jul 27, 2024
1 parent 269903c commit 184b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TransactionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function TransactionItem({ tx }: Props) {
</p>
</div>
<p className="text-sm md:text-base text-muted-foreground break-all">
{tx.description || "Lightning invoice"}
{tx.description}
</p>
</div>
<div className="flex ml-auto text-right space-x-3 shrink-0">
Expand Down

0 comments on commit 184b142

Please sign in to comment.