|
@@ -1,7 +1,6 @@
|
|
|
import { SET_DIAG_TO_MAINSUIT } from '@store/types/diagnosticList';
|
|
|
import { SAVE_FREE } from '@store/types/mainSuit';
|
|
|
import {ISREAD} from "../types/homePage";
|
|
|
-import {billing} from '@store/async-actions/pushMessage';
|
|
|
export const isAddMainSuit = () =>{
|
|
|
return (dispatch, getState) => {
|
|
|
const state = getState();
|
|
@@ -22,7 +21,6 @@ export const isAddMainSuit = () =>{
|
|
|
type: SAVE_FREE,
|
|
|
data:state.diagnosticList.diagnosticStr
|
|
|
})
|
|
|
- dispatch(billing());
|
|
|
}
|
|
|
}
|
|
|
|