mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-nocheck
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
export default (mapState) => {
|
||||
export const withSetupWizard = (mapState) => {
|
||||
const mapStateToProps = (state, props) => {
|
||||
const {
|
||||
isOrganizationSetupCompleted,
|
||||
|
||||
Reference in New Issue
Block a user