From b978b8c99061fae4c95a861781349c3ba5b0ec53 Mon Sep 17 00:00:00 2001 From: Kamil Owczarz Date: Mon, 28 Aug 2023 12:30:30 +0200 Subject: [PATCH] Add DisplayName --- src/pages/ReimbursementAccount/CompanyStep.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ReimbursementAccount/CompanyStep.js b/src/pages/ReimbursementAccount/CompanyStep.js index 82d693f38e33..d76d10c9e52c 100644 --- a/src/pages/ReimbursementAccount/CompanyStep.js +++ b/src/pages/ReimbursementAccount/CompanyStep.js @@ -272,6 +272,7 @@ function CompanyStep({reimbursementAccount, reimbursementAccountDraft, getDefaul CompanyStep.propTypes = propTypes; CompanyStep.defaultProps = defaultProps; +CompanyStep.displayName = 'CompanyStep'; export default compose( withLocalize,