feat: history stream link

This commit is contained in:
kieran 2024-07-19 15:05:27 +01:00
parent 79ea094f58
commit ee581d9c29
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -42,7 +42,7 @@ export default function BalanceHistory({ provider }: { provider?: NostrStreamPro
a.desc a.desc
)} )}
</div> </div>
<div> <div className={a.type === 0 ? "text-green-400" : "text-red-400"}>
{a.type === 0 ? "+" : "-"} {a.type === 0 ? "+" : "-"}
<FormattedNumber value={a.amount} /> <FormattedNumber value={a.amount} />
</div> </div>