import React from 'react' import { connect } from 'react-redux' function Gate(props) { const { app, tag, View } = props const data = app[tag] if (!data) return null if (data === 'loading') { return