removed gov gateway references

This commit is contained in:
2022-10-18 11:51:30 +01:00
parent 5f7908c0c2
commit 8c5b299412
17 changed files with 87 additions and 191 deletions
-1
View File
@@ -130,7 +130,6 @@ const mapStateToProps = (state) => {
LPAData: state.LPAData,
form: state.form,
accountDetails: state.accountDetails,
govGateway: state.govGateway,
};
};