import PropTypes from 'prop-types' import React, { Component } from 'react' export default class PermissionsConnectFooter extends Component { static contextTypes = { t: PropTypes.func, } render () { const { t } = this.context return (