mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
fix(app): remove unimplemented reports tab (#731)
This commit is contained in:
parent
0291f5c95e
commit
c4a8fa286c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user