mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix send-v2__form class in send-content.component
This commit is contained in:
parent
41b609ab5b
commit
bc145dc6a6
@ -10,7 +10,7 @@ export default class SendContent extends Component {
|
||||
render () {
|
||||
return (
|
||||
<PageContainerContent>
|
||||
<div className=".send-v2__form">
|
||||
<div className="send-v2__form">
|
||||
<SendFromRow />
|
||||
<SendToRow />
|
||||
<SendAmountRow />
|
||||
|
Loading…
Reference in New Issue
Block a user