Browse Source

fixed the login component not pass the object children

pull/2937/head
triste 7 years ago
committed by 偏右
parent
commit
d9793524b7
  1. 4
      src/components/Login/index.js

4
src/components/Login/index.js

@ -113,9 +113,7 @@ class Login extends Component {
</Tabs>
{otherChildren}
</React.Fragment>
) : (
[...children]
)}
) : children}
</Form>
</div>
</LoginContext.Provider>

Loading…
Cancel
Save