From 6464b968ce7661fc647cd7c2d242cc128049e9a1 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Wed, 11 Oct 2023 11:34:29 +0200 Subject: [PATCH] Add display name --- src/pages/ReimbursementAccount/ValidationStep.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js index 56aa87c8b47c..a63916db0784 100644 --- a/src/pages/ReimbursementAccount/ValidationStep.js +++ b/src/pages/ReimbursementAccount/ValidationStep.js @@ -219,6 +219,7 @@ function ValidationStep({reimbursementAccount, translate, onBackButtonPress, acc ValidationStep.propTypes = propTypes; ValidationStep.defaultProps = defaultProps; +ValidationStep.displayName = 'ValidationStep'; export default compose( withLocalize,