Skip to content

Commit

Permalink
Merge pull request #1033 from Koniverse/issue-918
Browse files Browse the repository at this point in the history
[Issue-918]: Record the address entered from the view-only account screen attached to the recent address in the address book
  • Loading branch information
nguyenduythuc authored Sep 26, 2023
2 parents 21f4dfc + 3f12810 commit 299aa34
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 299aa34

Please sign in to comment.