feat: history stream link
This commit is contained in:
parent
79ea094f58
commit
ee581d9c29
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user