...
|
...
|
@@ -120,9 +120,9 @@ export default class Brand extends Component { |
|
|
|
|
|
renderRow(rowData, sectionID, rowID, highlightRow) {
|
|
|
|
|
|
let pageName = 'iFP_CategoryConcern';
|
|
|
let pageName = 'iFP_Brand';
|
|
|
if (Platform.OS === 'android') {
|
|
|
pageName = 'aFP_CategoryConcern';
|
|
|
pageName = 'aFP_Brand';
|
|
|
}
|
|
|
let tabName = '';
|
|
|
let selectedChannelId = this.props.selectedChannelId;
|
...
|
...
|
|