Skip to content

Commit

Permalink
Update packages/components/modals/SendModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: n0izn0iz <[email protected]>
  • Loading branch information
WaDadidou and n0izn0iz authored Jul 11, 2023
1 parent c04be52 commit 062b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/modals/SendModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const SendModal: React.FC<SendModalProps> = ({
rules={{ required: true }}
placeHolder={`Enter a ${
getNetwork(networkId)?.displayName || networkId
} address`}
} name or address`}
defaultValue=""
/>
</SearchNSInputContainer>
Expand Down

0 comments on commit 062b751

Please sign in to comment.