| | |
| | | |
| | | render() { |
| | | const { config, hideSearch } = this.props |
| | | const { appType } = this.state |
| | | // const { appType } = this.state |
| | | |
| | | let title = config.plot ? config.plot.title : config.wrap.title |
| | | let show = true |
| | | |
| | | if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { |
| | | title = ' ' |
| | | } |
| | | // if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { |
| | | // title = ' ' |
| | | // } |
| | | |
| | | if (!title && (!config.search || config.search.length === 0 || hideSearch === 'true')) { |
| | | show = false |