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} />
|
<Table withHeader dataUrl={`rest/lists-with-segment-by-campaign-table/${this.props.entity.id}`} columns={listsColumns} />
|
||||||
</AlignedRow>
|
</AlignedRow>
|
||||||
|
|
||||||
<hr/>
|
{(entity.type === CampaignType.REGULAR || entity.type === CampaignType.TRIGGERED) &&
|
||||||
|
<div>
|
||||||
<TestUser entity={entity}/>
|
<hr/>
|
||||||
|
<TestUser entity={entity}/>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<SendControls entity={entity} refreshEntity={::this.refreshEntity}/>
|
<SendControls entity={entity} refreshEntity={::this.refreshEntity}/>
|
||||||
|
|
||||||
{entity.type === CampaignType.RSS &&
|
{entity.type === CampaignType.RSS &&
|
||||||
|
|
Loading…
Reference in a new issue