mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-09 09:03:47 +00:00
remove back arrow
This commit is contained in:
parent
b392f4e47c
commit
fc4d1327db
@ -176,7 +176,6 @@ class Register extends PureComponent {
|
||||
registeredCallbackFn={this.onRegistered} />
|
||||
</Fragment> :
|
||||
<RenderAddresses {...this.props} address={registered.address} statusAccount={registered.statusAccount} />}
|
||||
<div style={backButton} onClick={() => setStatus(null)}>←</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
@ -205,7 +204,6 @@ const DisplayAddress = connect(mapStateToProps)((props) => (
|
||||
</Info.Action>
|
||||
</Hidden>
|
||||
}
|
||||
<div style={backButton} onClick={() => props.setStatus(null)}>←</div>
|
||||
</Fragment>
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user