Merge pull request #1279 from nymtech/change-text

change text
This commit is contained in:
Mark Sinclair
2022-05-19 12:50:20 +01:00
committed by GitHub
@@ -98,7 +98,7 @@ export const BondBreakdownTable: React.FC = () => {
</TableCell>
</TableRow>
<TableRow>
<TableCell align="left">Pledge total</TableCell>
<TableCell align="left">Self</TableCell>
<TableCell align="left" data-testid="pledge-total-amount">
{bonds.pledges}
</TableCell>