PLT-5394 fixing javascript when replying to a perma link. (#5515)
Этот коммит содержится в:
@@ -415,7 +415,7 @@ export default class RhsThread extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let status = 'offline';
|
let status = 'offline';
|
||||||
if (this.state.statuses) {
|
if (this.state.statuses && p && p.id) {
|
||||||
status = this.state.statuses[p.id] || 'offline';
|
status = this.state.statuses[p.id] || 'offline';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user