Fix console warnings.

This commit is contained in:
Yang Luo
2021-05-13 22:23:04 +08:00
parent e4b6f758a7
commit f4db41acb3
4 changed files with 3 additions and 14 deletions

View File

@ -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)