mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 1624459 - Fixing lint failure in /builds/worker/checkouts/gecko/devtools/client/debugger/src/components/PrimaryPanes/index.js a=lint-fix
This commit is contained in:
parent
cf2b22e357
commit
5ddaf6d1bd
@ -206,14 +206,11 @@ const mapStateToProps = state => {
|
||||
};
|
||||
};
|
||||
|
||||
const connector = connect<Props, OwnProps, _, _, _, _>(
|
||||
mapStateToProps,
|
||||
{
|
||||
setPrimaryPaneTab: actions.setPrimaryPaneTab,
|
||||
setActiveSearch: actions.setActiveSearch,
|
||||
closeActiveSearch: actions.closeActiveSearch,
|
||||
clearProjectDirectoryRoot: actions.clearProjectDirectoryRoot,
|
||||
}
|
||||
);
|
||||
const connector = connect<Props, OwnProps, _, _, _, _>(mapStateToProps, {
|
||||
setPrimaryPaneTab: actions.setPrimaryPaneTab,
|
||||
setActiveSearch: actions.setActiveSearch,
|
||||
closeActiveSearch: actions.closeActiveSearch,
|
||||
clearProjectDirectoryRoot: actions.clearProjectDirectoryRoot,
|
||||
});
|
||||
|
||||
export default connector(PrimaryPanes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user