Skip to content

Commit

Permalink
Merge pull request #30 from Kodylow/confirmations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Jan 24, 2024
2 parents 1ece0f2 + 34fd3e5 commit 8010d76
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,16 @@ export const FedimintGatewayCard = ({
</SingleLine>
</>
) : (
<div style={{ margin: '0px 0px 8px 0px', minHeight: '54px' }}>
<div style={{ minHeight: '54px' }}>
{renderLine('Total Amount', <Price amount={totalFedimintEcash} />)}
{renderLine(
'Connected Federations',
gatewayInfo.federations.length
)}
{renderLine(
'FeeRate (Base/PPM)',
`${gatewayInfo.fees.base_msat}/${gatewayInfo.fees.proportional_millionths}`
)}
</div>
)}
</Card>
Expand Down

0 comments on commit 8010d76

Please sign in to comment.