import React from 'react'; import PropTypes from 'prop-types'; import './TabFooter.styl'; // In case translate is not passed const translate = word => word; function TabFooter({ onResetPreferences, onSave, onCancel, hasErrors, t = translate, }) { return (