Skip to content

Commit

Permalink
fix(ToastHeader): Remove charCode default property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Dorschner committed Oct 15, 2021
1 parent f1289c7 commit 180b480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ToastHeader.js
Expand Up @@ -21,7 +21,6 @@ const defaultProps = {
wrapTag: 'div',
tagClassName: 'me-auto',
closeAriaLabel: 'Close',
charCode: 215,
};

const ToastHeader = (props) => {
Expand Down

0 comments on commit 180b480

Please sign in to comment.