mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
ref: Refactoring
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { isCoreInitializingSelector } from '../selectors';
|
||||
import selectors from '../selectors';
|
||||
import CoreWrapper from '../components/CoreWrapper';
|
||||
|
||||
const mapStateToProps = (state) => {
|
||||
const isCoreInitializing = isCoreInitializingSelector(state);
|
||||
const isCoreInitializing = selectors.selectIsCoreInitializing(state);
|
||||
|
||||
return {
|
||||
isInitializing: isCoreInitializing,
|
||||
|
||||
Reference in New Issue
Block a user