import React, { Component } from 'react' // import { Link } from 'react-router-dom' import { connect } from 'react-redux' import actions from 'app/actions' const Script = ({ text }) => { if (text.loading) return null return (