Skip to content

Commit

Permalink
fix: console error about the wrong type of a data.header (#11067)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-deriv committed Nov 3, 2023
1 parent e63a2cd commit 530b8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Notification.propTypes = {
className: PropTypes.string,
closeOnClick: PropTypes.func,
delay: PropTypes.number,
header: PropTypes.string,
header: PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
header_popup: PropTypes.string,
img_alt: PropTypes.string,
img_src: PropTypes.string,
Expand Down

1 comment on commit 530b8f8

@vercel
Copy link

@vercel vercel bot commented on 530b8f8 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx
binary.sx

Please sign in to comment.