diff --git a/app/soapbox/features/ui/components/link_footer.js b/app/soapbox/features/ui/components/link_footer.js index 68034c076..dcdbf70a2 100644 --- a/app/soapbox/features/ui/components/link_footer.js +++ b/app/soapbox/features/ui/components/link_footer.js @@ -6,6 +6,7 @@ import { Link } from 'react-router-dom'; import { connect } from 'react-redux'; import { openModal } from '../../../actions/modal'; import { logOut } from 'soapbox/actions/auth'; +import { isStaff } from 'soapbox/utils/accounts'; // FIXME: Let this be configured const sourceCode = { @@ -35,10 +36,19 @@ const mapDispatchToProps = (dispatch) => ({ const LinkFooter = ({ onOpenHotkeys, account, onClickLogOut }) => (