mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 15:50:32 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
paymentsTableStateChangedFactory,
|
||||
} from '@/store/PaymentMades/paymentMades.selector';
|
||||
|
||||
export default (mapState) => {
|
||||
export const withPaymentMade = (mapState) => {
|
||||
const getPaymentMadesTableState = getPaymentMadesTableStateFactory();
|
||||
const paymentsTableStateChanged = paymentsTableStateChangedFactory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user