Updating ESLint (#4085)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
214f9c13a2
Коммит
93f2b6a833
@@ -162,7 +162,7 @@ export default class UserProfile extends React.Component {
|
||||
/>
|
||||
);
|
||||
|
||||
let fullname = Utils.getFullName(this.props.user);
|
||||
const fullname = Utils.getFullName(this.props.user);
|
||||
if (fullname) {
|
||||
dataContent.push(
|
||||
<div
|
||||
|
||||
Ссылка в новой задаче
Block a user