mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-10 17:36:35 +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} />
|
registeredCallbackFn={this.onRegistered} />
|
||||||
</Fragment> :
|
</Fragment> :
|
||||||
<RenderAddresses {...this.props} address={registered.address} statusAccount={registered.statusAccount} />}
|
<RenderAddresses {...this.props} address={registered.address} statusAccount={registered.statusAccount} />}
|
||||||
<div style={backButton} onClick={() => setStatus(null)}>←</div>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -205,7 +204,6 @@ const DisplayAddress = connect(mapStateToProps)((props) => (
|
|||||||
</Info.Action>
|
</Info.Action>
|
||||||
</Hidden>
|
</Hidden>
|
||||||
}
|
}
|
||||||
<div style={backButton} onClick={() => props.setStatus(null)}>←</div>
|
|
||||||
</Fragment>
|
</Fragment>
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user