king
2023-03-17 f74d06cff0e27653c2c5ff33cf3824fa3cfb4464
src/tabviews/custom/components/timeline/normal-timeline/index.jsx
@@ -470,6 +470,8 @@
  render() {
    const { config, loading, data, description } = this.state
    if (config.wrap.empty === 'hidden' && (!data || data.length === 0)) return null
    return (
      <div className="normal-timeline-box" id={'anchor' + config.uuid} style={{...config.style}}>
        {loading ?