Skip to content

Commit

Permalink
[Issue-918]: Record the address entered from the view-only account sc…
Browse files Browse the repository at this point in the history
…reen attached to the recent address in the address book
  • Loading branch information
dominhquang committed Sep 21, 2023
1 parent 30d9069 commit 3f12810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Account/AttachReadOnly/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const AttachReadOnly = () => {
<PageIcon icon={Eye} color={theme.colorSuccess} />
</View>
<InputAddress
saveAddress={false}
ref={formState.refs.address}
containerStyle={{ marginBottom: theme.sizeSM }}
label={formState.labels.address}
Expand Down

0 comments on commit 3f12810

Please sign in to comment.