hotfix for TypeError
This commit is contained in:
parent
2edae70b04
commit
bf1cb83197
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class IncidentPage extends React.Component<IncidentPageProps, IncidentPageState>
|
|||
</div>
|
||||
<div className={cx('column')}>
|
||||
<VerticalGroup style={{ display: 'block' }}>
|
||||
{(!incident.resolved || incident?.paged_users.length > 0) && (
|
||||
{(!incident.resolved || incident?.paged_users?.length > 0) && (
|
||||
<AddResponders
|
||||
mode="update"
|
||||
hideAddResponderButton={incident.resolved}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue