Skip to content

Commit

Permalink
Merge pull request #139 from samwel141/v2
Browse files Browse the repository at this point in the history
 fix typos in trust relationship side panel
  • Loading branch information
Mloweedgar authored Jun 25, 2024
2 parents a707c43 + 0dc1c24 commit 9cd9c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TrustRelationship/trustRelationshipSidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function TrustRelationshipSidePanel({ open, onClose, rowInfo }) {
<Grid item xs={6}>
<TallTypography elevation={3}>
<NormalTypography variant="p" align="flex-start">
{rowInfo.originating_wallet}
{rowInfo.actor_wallet}
</NormalTypography>
</TallTypography>
</Grid>
Expand Down

0 comments on commit 9cd9c56

Please sign in to comment.