diff --git a/src/libs/ValidationUtils.js b/src/libs/ValidationUtils.js index 30e91b0d960..a0aebb4767a 100644 --- a/src/libs/ValidationUtils.js +++ b/src/libs/ValidationUtils.js @@ -106,7 +106,6 @@ function isValidIdentity(identity) { return true; } - export { isValidAddress, isValidDate, diff --git a/src/libs/actions/BankAccounts.js b/src/libs/actions/BankAccounts.js index c000b233e5c..786f20aa160 100644 --- a/src/libs/actions/BankAccounts.js +++ b/src/libs/actions/BankAccounts.js @@ -616,7 +616,6 @@ function validateBankAccount(bankAccountID, validateCode) { * * @param {String} errorModalMessage The error message to be displayed in the modal's body. */ - function showBankAccountErrorModal(errorModalMessage = null) { Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {isErrorModalVisible: true, errorModalMessage}); }