Skip to content

Commit

Permalink
add displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Oct 13, 2021
1 parent 8048112 commit 03de68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FullscreenLoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ const FullScreenLoadingIndicator = ({visible, style}) => {

FullScreenLoadingIndicator.propTypes = propTypes;
FullScreenLoadingIndicator.defaultProps = defaultProps;
FullScreenLoadingIndicator.displayName = 'FullScreenLoadingIndicator';

export default FullScreenLoadingIndicator;
1 change: 1 addition & 0 deletions src/components/ReimbursementAccountLoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ const ReimbursementAccountLoadingIndicator = ({translate, isSubmittingVerificati
);

ReimbursementAccountLoadingIndicator.propTypes = propTypes;
ReimbursementAccountLoadingIndicator.displayName = 'ReimbursementAccountLoadingIndicator';

export default withLocalize(ReimbursementAccountLoadingIndicator);

0 comments on commit 03de68c

Please sign in to comment.