fix(app): remove unimplemented reports tab

This commit is contained in:
Nathan Bierema 2021-06-10 21:55:09 -04:00
parent dbc08ab1b4
commit 93388f6c5a

View File

@ -7,7 +7,7 @@ import { TiSocialTwitter } from 'react-icons/ti';
import { TiHeartFullOutline } from 'react-icons/ti'; import { TiHeartFullOutline } from 'react-icons/ti';
import { changeSection } from '../actions'; import { changeSection } from '../actions';
const tabs = [{ name: 'Actions' }, { name: 'Reports' }, { name: 'Settings' }]; const tabs = [{ name: 'Actions' }, { name: 'Settings' }];
type DispatchProps = ResolveThunks<typeof actionCreators>; type DispatchProps = ResolveThunks<typeof actionCreators>;
interface OwnProps { interface OwnProps {