Skip to content

Commit

Permalink
Add display name
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Oct 11, 2023
1 parent 8cbeca1 commit 6464b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/ValidationStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function ValidationStep({reimbursementAccount, translate, onBackButtonPress, acc

ValidationStep.propTypes = propTypes;
ValidationStep.defaultProps = defaultProps;
ValidationStep.displayName = 'ValidationStep';

export default compose(
withLocalize,
Expand Down

0 comments on commit 6464b96

Please sign in to comment.