import React, { Component } from 'react' // import { Link } from 'react-router-dom' import { bindActionCreators } from 'redux' import { connect } from 'react-redux' import actions from 'app/actions' class Timeline extends Component { state = { visible: false, } constructor(props){ super(props) } render() { if (this.props.text.loading) return
if (!this.state.visible) { return (
) } return (