fix(app): remove unimplemented reports tab (#731)

This commit is contained in:
Nathan Bierema 2021-06-10 22:27:58 -04:00 committed by GitHub
parent 0291f5c95e
commit c4a8fa286c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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