src/tabviews/custom/popview/index.jsx
@@ -996,7 +996,7 @@ const { viewlost, config, loading } = this.state return ( <div className={'pop-page-wrap ' + (loading ? 'loading' : '')} style={config.style}> <div className={'pop-page-wrap ' + (loading ? 'loading' : '')} style={config ? config.style : null}> {loading ? <Spin className="view-spin" size="large" /> : null} <Row className="component-wrap">{this.getComponents()}</Row> {viewlost ? <NotFount msg={this.state.lostmsg} /> : null}