mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 05:33:50 +08:00
Fix console warnings.
This commit is contained in:
@ -133,7 +133,7 @@ class UserEditPage extends React.Component {
|
||||
const linkedValue = this.state.user[provider.type.toLowerCase()];
|
||||
|
||||
return (
|
||||
<Row style={{marginTop: '20px'}} >
|
||||
<Row key={provider.name} style={{marginTop: '20px'}} >
|
||||
<Col style={{marginTop: '5px'}} span={2}>
|
||||
{
|
||||
Setting.getProviderLogo(provider)
|
||||
|
Reference in New Issue
Block a user