swap bond to stake and pledge to bond
This commit is contained in:
@@ -91,14 +91,14 @@ export const BondBreakdownTable: React.FC = () => {
|
||||
}}
|
||||
align="left"
|
||||
>
|
||||
Bond total
|
||||
Stake total
|
||||
</TableCell>
|
||||
<TableCell align="left" data-testid="bond-total-amount">
|
||||
{bonds.bondsTotal}
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
<TableRow>
|
||||
<TableCell align="left">Self</TableCell>
|
||||
<TableCell align="left">Bond Total</TableCell>
|
||||
<TableCell align="left" data-testid="pledge-total-amount">
|
||||
{bonds.pledges}
|
||||
</TableCell>
|
||||
@@ -187,7 +187,7 @@ export const BondBreakdownTable: React.FC = () => {
|
||||
}}
|
||||
align="left"
|
||||
>
|
||||
Share from bond
|
||||
Share from stake
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
|
||||
@@ -29,7 +29,7 @@ const columns: ColumnsType[] = [
|
||||
|
||||
{
|
||||
field: 'bond',
|
||||
title: 'Bond',
|
||||
title: 'Stake',
|
||||
flex: 1,
|
||||
headerAlign: 'left',
|
||||
},
|
||||
@@ -95,7 +95,7 @@ const PageMixnodeDetailWithState: React.FC = () => {
|
||||
|
||||
<Grid container spacing={2} mt={0}>
|
||||
<Grid item xs={12}>
|
||||
<ContentCard title="Bond Breakdown">
|
||||
<ContentCard title="Stake Breakdown">
|
||||
<BondBreakdownTable />
|
||||
</ContentCard>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user