diff --git a/components/mip-toast/mip-toast.js b/components/mip-toast/mip-toast.js index c56a328f..9884a8cd 100644 --- a/components/mip-toast/mip-toast.js +++ b/components/mip-toast/mip-toast.js @@ -48,7 +48,7 @@ export default class MIPToast extends CustomElement { this.render() } - handleShow (event, info) { + handleShow (info) { const {infoText} = this.props this.close = true if (typeof info === 'string') {