Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
samwel141 committed Jun 25, 2024
1 parent a707c43 commit 0dc1c24
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 0dc1c24

Please sign in to comment.