Skip to content

Commit

Permalink
Merge pull request #19525 from situchan/fix/19365-tfa-console-error
Browse files Browse the repository at this point in the history
fix invalid prop type of animation on tfa auth success
  • Loading branch information
puneetlath authored May 24, 2023
2 parents fc6594a + 145ed0a commit 1d9cf24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ConfirmationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import FixedFooter from './FixedFooter';

const propTypes = {
/** The asset to render */
animation: PropTypes.string,
// eslint-disable-next-line react/forbid-prop-types
animation: PropTypes.object,

/** Heading of the confirmation page */
heading: PropTypes.string,
Expand Down

0 comments on commit 1d9cf24

Please sign in to comment.