Merge branch 'report-rule-types' into 'develop'
Account for different 'rule_type' on rules See merge request soapbox-pub/soapbox-fe!1350
This commit is contained in:
@@ -208,7 +208,12 @@ class ModalRoot extends React.PureComponent {
|
||||
})}
|
||||
style={{ opacity: revealed ? 1 : 0 }}
|
||||
>
|
||||
<div role='presentation' id='modal-overlay' className='fixed inset-0 bg-gray-600 bg-opacity-90' onClick={this.handleOnClose} />
|
||||
<div
|
||||
role='presentation'
|
||||
id='modal-overlay'
|
||||
className='fixed inset-0 bg-gray-600 bg-opacity-90'
|
||||
onClick={this.handleOnClose}
|
||||
/>
|
||||
|
||||
<div
|
||||
role='dialog'
|
||||
|
||||
Reference in New Issue
Block a user