Removed test user preview from RSS campaign as it does not make much sense.
This commit is contained in:
parent
bf69e633c4
commit
d8b56fff0d
1 changed files with 6 additions and 4 deletions
|
@ -443,12 +443,14 @@ export default class Status extends Component {
|
|||
<Table withHeader dataUrl={`rest/lists-with-segment-by-campaign-table/${this.props.entity.id}`} columns={listsColumns} />
|
||||
</AlignedRow>
|
||||
|
||||
<hr/>
|
||||
|
||||
<TestUser entity={entity}/>
|
||||
{(entity.type === CampaignType.REGULAR || entity.type === CampaignType.TRIGGERED) &&
|
||||
<div>
|
||||
<hr/>
|
||||
<TestUser entity={entity}/>
|
||||
</div>
|
||||
}
|
||||
|
||||
<hr/>
|
||||
|
||||
<SendControls entity={entity} refreshEntity={::this.refreshEntity}/>
|
||||
|
||||
{entity.type === CampaignType.RSS &&
|
||||
|
|
Loading…
Reference in a new issue