Skip to content

Commit

Permalink
Fix nested p warning
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 31, 2023
1 parent e90b7cd commit fb9a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx-flow/flows/SignMessage/SignMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const MessageHashField = ({ label, hashValue }: { label: string; hashValue: stri
<Typography variant="body2" fontWeight={700} mt={2}>
{label}:
</Typography>
<Typography variant="body2">
<Typography variant="body2" component="div">
<EthHashInfo address={hashValue} showAvatar={false} shortAddress={false} showCopyButton />
</Typography>
</>
Expand Down

0 comments on commit fb9a8ef

Please sign in to comment.