Skip to content

Commit

Permalink
chore: no default invoice memo (#359)
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 authored Jul 29, 2024
1 parent e7fea66 commit 4a41462
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 4a41462

Please sign in to comment.